Skip to content

Commit

Permalink
Merge pull request #25736 from andreykurilin/diagram_kubectl_drain
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue

Add link to diagram of `kubectl drain`
  • Loading branch information
k8s-merge-robot authored Jun 29, 2016
2 parents 02de009 + 21b218c commit 3814809
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/kubectl/cmd/drain.go
Original file line number Diff line number Diff line change
Expand Up @@ -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(`
Expand Down

0 comments on commit 3814809

Please sign in to comment.