mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 05:57:25 +00:00
Merge pull request #128664 from carlory/fix-node
mark the status of fake node as NotReady
This commit is contained in:
commit
af41aa1d9f
@ -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