mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
Merge pull request #25736 from andreykurilin/diagram_kubectl_drain
Automatic merge from submit-queue Add link to diagram of `kubectl drain`
This commit is contained in:
commit
3814809f07
1 changed files with 2 additions and 0 deletions
|
|
@ -137,6 +137,8 @@ var (
|
|||
|
||||
When you are ready to put the node back into service, use kubectl uncordon, which
|
||||
will make the node schedulable again.
|
||||
|
||||

|
||||
`)
|
||||
|
||||
drain_example = dedent.Dedent(`
|
||||
|
|
|
|||
Loading…
Reference in a new issue