Commit 21b218ce authored by Andrey Kurilin's avatar Andrey Kurilin

Add link to diagram of `kubectl drain`

issue kubernetes/kubernetes.github.io#501
parent 61591267
...@@ -137,6 +137,8 @@ var ( ...@@ -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(`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment