From 586fd39d6d3f0c87ece4204266f86a530eead9a5 Mon Sep 17 00:00:00 2001 From: Xiaoyu Zhang Date: Sat, 15 Apr 2017 06:59:55 +0800 Subject: [PATCH] Fix broken link:assign-pod-node.md Fix broken link:assign-pod-node.md --- docs/concepts/configuration/assign-pod-node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/configuration/assign-pod-node.md b/docs/concepts/configuration/assign-pod-node.md index 1566e3b8f0..ef69adf38d 100644 --- a/docs/concepts/configuration/assign-pod-node.md +++ b/docs/concepts/configuration/assign-pod-node.md @@ -213,7 +213,7 @@ marks that the node should not accept any pods that do not tolerate the taints. Tolerations are applied to pods, and allow (but do not require) the pods to schedule onto nodes with matching taints. -You add a taint to a node using [kubectl taint](https://kubernetes.io/docs/user-guide/kubectl/kubectl_taint/). +You add a taint to a node using [kubectl taint](/docs/user-guide/kubectl/v1.6/#taint). For example, ```shell