From 1d7169e88b4d5705799cda45cc46f9286bfefcb8 Mon Sep 17 00:00:00 2001 From: XsWack Date: Tue, 15 Aug 2017 15:07:15 +0800 Subject: [PATCH] Update safely-drain-node.md There will be 404 status in the jump process and fix the url --- docs/tasks/administer-cluster/safely-drain-node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tasks/administer-cluster/safely-drain-node.md b/docs/tasks/administer-cluster/safely-drain-node.md index b45fa8ec59..026b3fc82b 100644 --- a/docs/tasks/administer-cluster/safely-drain-node.md +++ b/docs/tasks/administer-cluster/safely-drain-node.md @@ -34,7 +34,7 @@ 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/user-guide/production-pods.md#lifecycle-hooks-and-termination-notice) and +[gracefully terminate](/docs/tasks/#lifecycle-hooks-and-termination-notice) and will respect the `PodDisruptionBudgets` you have specified. **Note:** By default `kubectl drain` will ignore certain system pods on the node