mark the status of fake node as NotReady

This commit is contained in:
carlory 2024-11-07 21:26:22 +08:00
parent 09e5e6269a
commit ba70c764c0

View File

@ -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,