Merge pull request #5048 from tengqm/taint-and-toleration

Improve taint and toleration documentation
This commit is contained in:
Andrew Chen
2017-08-28 12:26:29 -07:00
committed by GitHub
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.