Merge pull request #6816 from tengqm/fix-lifecycle-link

Fix missing link from safely drain node
This commit is contained in:
Xiaoyu(Tim) Zhang
2018-01-09 14:03:23 +08:00
committed by GitHub
@@ -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 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, node before you perform maintenance on the node (e.g. kernel upgrade,
hardware maintenance, etc.). Safe evictions allow the pod's containers hardware maintenance, etc.). Safe evictions allow the pod's containers
to to [gracefully terminate](/docs/concepts/workloads/pods/pod/#termination-of-pods)
[gracefully terminate](/docs/tasks/#lifecycle-hooks-and-termination-notice) and and will respect the `PodDisruptionBudgets` you have specified.
will respect the `PodDisruptionBudgets` you have specified.
**Note:** By default `kubectl drain` will ignore certain system pods on the node **Note:** By default `kubectl drain` will ignore certain system pods on the node
that cannot be killed; see that cannot be killed; see