mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-12-11 10:35:37 +00:00
move remainingNodes outof drain loop
This commit is contained in:
@@ -319,12 +319,12 @@ func (o *DrainCmdOptions) RunDrain() error {
|
|||||||
|
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if len(remainingNodes) > 0 {
|
if len(remainingNodes) > 0 {
|
||||||
fmt.Fprintf(o.ErrOut, "There are pending nodes to be drained:\n")
|
fmt.Fprintf(o.ErrOut, "There are pending nodes to be drained:\n")
|
||||||
for _, nodeName := range remainingNodes {
|
for _, nodeName := range remainingNodes {
|
||||||
fmt.Fprintf(o.ErrOut, " %s\n", nodeName)
|
fmt.Fprintf(o.ErrOut, " %s\n", nodeName)
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user