Improve taint and toleration documentation

This commit is contained in:
Qiming Teng
2017-08-18 11:55:08 +08:00
parent a17a3b9cb1
commit 82ca38f8df
11 changed files with 271 additions and 237 deletions
@@ -123,6 +123,7 @@ prevent cross talk, or advanced networking policy.
By default, there are no restrictions on which nodes may run a pod. Kubernetes offers a
[rich set of policies for controlling placement of pods onto nodes](/docs/concepts/configuration/assign-pod-node/)
and the [taint based pod placement and eviction](/docs/concepts/configuration/taint-and-toleration)
that are available to end users. For many clusters use of these policies to separate workloads
can be a convention that authors adopt or enforce via tooling.