From ca6465c0e96b98e475f0e6feef723ba3b24891cc Mon Sep 17 00:00:00 2001 From: Qiming Teng Date: Tue, 2 Jan 2018 15:28:04 +0800 Subject: [PATCH] Fix missing link from safely drain node Closes: #3879 --- docs/tasks/administer-cluster/safely-drain-node.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/tasks/administer-cluster/safely-drain-node.md b/docs/tasks/administer-cluster/safely-drain-node.md index 036f6faa65..08d27028c4 100644 --- a/docs/tasks/administer-cluster/safely-drain-node.md +++ b/docs/tasks/administer-cluster/safely-drain-node.md @@ -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