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.
2 parents bab25f4 + 0477c9a commit ca03149Copy full SHA for ca03149
content/zh/docs/concepts/scheduling-eviction/taint-and-toleration.md
@@ -67,7 +67,7 @@ kubectl taint nodes node1 key1=value1:NoSchedule-
67
若要移除上述命令所添加的污点,你可以执行:
68
69
```shell
70
-kubectl taint nodes node1 key:NoSchedule-
+kubectl taint nodes node1 key1=value1:NoSchedule-
71
```
72
73
<!--
@@ -131,7 +131,7 @@ An empty `effect` matches all effects with key `key1`.
131
如果一个容忍度的 `key` 为空且 operator 为 `Exists`,
132
表示这个容忍度与任意的 key 、value 和 effect 都匹配,即这个容忍度能容忍任意 taint。
133
134
-如果 `effect` 为空,则可以与所有键名 `key` 的效果相匹配。
+如果 `effect` 为空,则可以与所有键名 `key1` 的效果相匹配。
135
{{< /note >}}
136
137
0 commit comments