Merge pull request #25736 from andreykurilin/diagram_kubectl_drain

Automatic merge from submit-queue

Add link to diagram of `kubectl drain`
pull/6/head
k8s-merge-robot 2016-06-29 11:28:21 -07:00 committed by GitHub
commit 3814809f07
1 changed files with 2 additions and 0 deletions

View File

@ -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.
![Workflow](http://kubernetes.io/images/docs/kubectl_drain.svg)
`)
drain_example = dedent.Dedent(`