We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38db6f1 commit d738247Copy full SHA for d738247
content/zh/docs/concepts/scheduling-eviction/taint-and-toleration.md
@@ -64,10 +64,6 @@ kubectl taint nodes node1 key:NoSchedule-
64
给节点 `node1` 增加一个污点,它的键名是 `key`,键值是 `value`,效果是 `NoSchedule`。
65
这表示只有拥有和这个污点相匹配的容忍度的 Pod 才能够被分配到 `node1` 这个节点。
66
67
-```shell
68
-kubectl taint nodes node1 key:NoSchedule-
69
-```
70
-
71
若要移除上述命令所添加的污点,你可以执行:
72
73
```shell
0 commit comments