From eef81f78b337b07cea5692ec3c4487feb6d0f257 Mon Sep 17 00:00:00 2001 From: Xiaoyu Zhang Date: Wed, 29 Mar 2017 04:59:00 +0800 Subject: [PATCH] update the url This link may be much better. --- docs/concepts/cluster-administration/sysctl-cluster.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/concepts/cluster-administration/sysctl-cluster.md b/docs/concepts/cluster-administration/sysctl-cluster.md index aa75c4df2a..a2ce554712 100644 --- a/docs/concepts/cluster-administration/sysctl-cluster.md +++ b/docs/concepts/cluster-administration/sysctl-cluster.md @@ -118,5 +118,4 @@ spec: **Note**: a pod with the _unsafe_ sysctls specified above will fail to launch on any node which has not enabled those two _unsafe_ sysctls explicitly. As with _node-level_ sysctls it is recommended to use [_taints and toleration_ -feature](/docs/user-guide/kubectl/kubectl_taint.md) or [labels on nodes](/docs -/user-guide/labels.md) to schedule those pods onto the right nodes. +feature](/docs/user-guide/kubectl/kubectl_taint.md) or [labels on nodes](/docs/user-guide/node-selection/) to schedule those pods onto the right nodes.