Add link to diagram of kubectl drain

issue kubernetes/kubernetes.github.io#501
This commit is contained in:
Andrey Kurilin 2016-05-17 14:59:43 +03:00
parent 6159126740
commit 21b218ce4f

View File

@ -137,6 +137,8 @@ var (
When you are ready to put the node back into service, use kubectl uncordon, which When you are ready to put the node back into service, use kubectl uncordon, which
will make the node schedulable again. will make the node schedulable again.
![Workflow](http://kubernetes.io/images/docs/kubectl_drain.svg)
`) `)
drain_example = dedent.Dedent(` drain_example = dedent.Dedent(`