broken link

This commit is contained in:
huanqing.shao
2019-09-29 14:44:59 +08:00
parent 170360939b
commit 3701766b6c
13 changed files with 19 additions and 20 deletions

View File

@@ -38,11 +38,11 @@ nodeAffinity:
- target-host-name
```
此外, `node.kubernetes.io/unschedulable:NoSchedule` 容忍([toleration](/learning/k8s-intermediate/config/taints-and-toleration.html))将被自动添加到 DaemonSet 的 Pod 中。由此,默认调度器在调度 DaemonSet 的 Pod 时可以忽略节点的 **unschedulable** 属性
此外, `node.kubernetes.io/unschedulable:NoSchedule` 容忍([toleration](/learning/k8s-intermediate/config/taints-toleration/))将被自动添加到 DaemonSet 的 Pod 中。由此,默认调度器在调度 DaemonSet 的 Pod 时可以忽略节点的 **unschedulable** 属性
## 污点和容忍
在调度 DaemonSet 的 Pod 时,污点和容忍([taints and tolerations](/learning/k8s-intermediate/config/taints-and-toleration.html)会被考量到同时以下容忍toleration将被自动添加到 DaemonSet 的 Pod 中:
在调度 DaemonSet 的 Pod 时,污点和容忍([taints and tolerations](/learning/k8s-intermediate/config/taints-toleration/)会被考量到同时以下容忍toleration将被自动添加到 DaemonSet 的 Pod 中:
| Toleration Key | Effect | Version | 描述 |
| -------------------------------------- | ---------- | ------- | ------------------------------------------------------------ |

View File

@@ -23,7 +23,7 @@ description: 本文介绍了 Kubernetes Deployment 的概念、行为及使用
### Pod 容器组
Pod 容器组是 Kubernetes 中最小的调度单元,更多信息请参考 [容器组 - 概述](./pod.html)
Pod 容器组是 Kubernetes 中最小的调度单元,更多信息请参考 [容器组 - 概述](/learning/k8s-intermediate/workload/pod.html)
### ReplicaSet 副本集