Fix missing link from safely drain node

Closes: #3879
reviewable/pr6816/r3
Qiming Teng 2018-01-02 15:28:04 +08:00
parent 53e05358be
commit ca6465c0e9
1 changed files with 2 additions and 3 deletions

View File

@ -33,9 +33,8 @@ This task assumes that you have met the following prerequisites:
You can use `kubectl drain` to safely evict all of your pods from a
node before you perform maintenance on the node (e.g. kernel upgrade,
hardware maintenance, etc.). Safe evictions allow the pod's containers
to
[gracefully terminate](/docs/tasks/#lifecycle-hooks-and-termination-notice) and
will respect the `PodDisruptionBudgets` you have specified.
to [gracefully terminate](/docs/concepts/workloads/pods/pod/#termination-of-pods)
and will respect the `PodDisruptionBudgets` you have specified.
**Note:** By default `kubectl drain` will ignore certain system pods on the node
that cannot be killed; see