We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09e5e62 commit ba70c76Copy full SHA for ba70c76
test/e2e/node/node_lifecycle.go
@@ -61,7 +61,7 @@ var _ = SIGDescribe("Node Lifecycle", func() {
61
Phase: v1.NodeRunning,
62
Conditions: []v1.NodeCondition{
63
{
64
- Status: v1.ConditionTrue,
+ Status: v1.ConditionFalse,
65
Message: "Set from e2e test",
66
Reason: "E2E",
67
Type: v1.NodeReady,
0 commit comments