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
+1 -1
View File
@@ -171,7 +171,7 @@ Starting in Kubernetes 1.6, the NodeController is also responsible for evicting
pods that are running on nodes with `NoExecute` taints, when the pods do not tolerate
the taints. Additionally, as an alpha feature that is disabled by default, the
NodeController is responsible for adding taints corresponding to node problems like
node unreachable or not ready. See [this documentation](/docs/concepts/configuration/assign-pod-node/#taints-and-tolerations-beta-feature)
node unreachable or not ready. See [this documentation](/docs/concepts/configuration/taint-and-toleration)
for details about `NoExecute` taints and the alpha feature.
### Self-Registration of Nodes