From 71bca26c2375d46ba5f55d407831a6fc91077e64 Mon Sep 17 00:00:00 2001 From: Campion Fellin Date: Wed, 4 Apr 2018 12:10:10 -0700 Subject: [PATCH] Fix link for drain the node (#7939) --- docs/setup/independent/create-cluster-kubeadm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup/independent/create-cluster-kubeadm.md b/docs/setup/independent/create-cluster-kubeadm.md index 6586778372..bda461980d 100644 --- a/docs/setup/independent/create-cluster-kubeadm.md +++ b/docs/setup/independent/create-cluster-kubeadm.md @@ -453,7 +453,7 @@ You can now access the API Server locally at `http://localhost:8001/api/v1` ## Tear down {#tear-down} To undo what kubeadm did, you should first [drain the -node](/docs/user-guide/kubectl/{{page.version}}/#drain) and make +node](/docs/reference/generated/kubectl/kubectl-commands#drain) and make sure that the node is empty before shutting it down. Talking to the master with the appropriate credentials, run: