mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-11 21:12:07 +00:00
Merge pull request #17102 from zhengguoyong/add_break
Auto commit by PR queue bot
This commit is contained in:
commit
0ee52eb0c8
@ -2605,6 +2605,7 @@ func (kl *Kubelet) setNodeStatus(node *api.Node) error {
|
|||||||
}
|
}
|
||||||
node.Status.Conditions[i] = newNodeReadyCondition
|
node.Status.Conditions[i] = newNodeReadyCondition
|
||||||
updated = true
|
updated = true
|
||||||
|
break
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if !updated {
|
if !updated {
|
||||||
|
Loading…
Reference in New Issue
Block a user