mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-18 08:09:58 +00:00
mark the status of fake node as NotReady
This commit is contained in:
parent
09e5e6269a
commit
ba70c764c0
@ -61,7 +61,7 @@ var _ = SIGDescribe("Node Lifecycle", func() {
|
|||||||
Phase: v1.NodeRunning,
|
Phase: v1.NodeRunning,
|
||||||
Conditions: []v1.NodeCondition{
|
Conditions: []v1.NodeCondition{
|
||||||
{
|
{
|
||||||
Status: v1.ConditionTrue,
|
Status: v1.ConditionFalse,
|
||||||
Message: "Set from e2e test",
|
Message: "Set from e2e test",
|
||||||
Reason: "E2E",
|
Reason: "E2E",
|
||||||
Type: v1.NodeReady,
|
Type: v1.NodeReady,
|
||||||
|
Loading…
Reference in New Issue
Block a user