Updated link to taints and tolerations (#5871)

pull/5875/head
Michal Cwienczek 2017-10-12 01:32:46 +02:00 committed by Steve Perry
parent e9bc05ce99
commit 04fc9a30b0
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ when the Pod is created, so it is ignored by the scheduler). Therefore:
- The DaemonSet controller can make Pods even when the scheduler has not been started, which can help cluster - The DaemonSet controller can make Pods even when the scheduler has not been started, which can help cluster
bootstrap. bootstrap.
Daemon Pods do respect [taints and tolerations](/docs/concepts/configuration/assign-pod-node/#taints-and-tolerations-beta-feature), Daemon Pods do respect [taints and tolerations](/docs/concepts/configuration/taint-and-toleration),
but they are created with `NoExecute` tolerations for the following taints with no `tolerationSeconds`: but they are created with `NoExecute` tolerations for the following taints with no `tolerationSeconds`:
- `node.kubernetes.io/not-ready` - `node.kubernetes.io/not-ready`