commit
daded6b51a
|
@ -49,7 +49,7 @@ with privileged containers.
|
||||||
**Note**: it is good practice to consider nodes with special sysctl settings as
|
**Note**: it is good practice to consider nodes with special sysctl settings as
|
||||||
_tainted_ within a cluster, and only schedule pods onto them which need those
|
_tainted_ within a cluster, and only schedule pods onto them which need those
|
||||||
sysctl settings. It is suggested to use the Kubernetes [_taints and toleration_
|
sysctl settings. It is suggested to use the Kubernetes [_taints and toleration_
|
||||||
feature](/docs/user-guide/kubectl/kubectl_taint.md) to implement this.
|
feature](/docs/user-guide/kubectl/v1.6/#taint) to implement this.
|
||||||
|
|
||||||
## Safe vs. Unsafe Sysctls
|
## Safe vs. Unsafe Sysctls
|
||||||
|
|
||||||
|
@ -118,4 +118,4 @@ spec:
|
||||||
**Note**: a pod with the _unsafe_ sysctls specified above will fail to launch on
|
**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
|
any node which has not enabled those two _unsafe_ sysctls explicitly. As with
|
||||||
_node-level_ sysctls it is recommended to use [_taints and toleration_
|
_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/node-selection/) to schedule those pods onto the right nodes.
|
feature](/docs/user-guide/kubectl/v1.6/#taint) or [labels on nodes](/docs/user-guide/node-selection/) to schedule those pods onto the right nodes.
|
||||||
|
|
Loading…
Reference in New Issue