Merge pull request #128664 from carlory/fix-node

mark the status of fake node as NotReady
This commit is contained in:
Kubernetes Prow Robot 2024-11-07 16:10:52 +00:00 committed by GitHub
commit af41aa1d9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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,