Skip to content

Commit ce6c1de

Browse files
authored
Merge pull request #25307 from epiclen/patch-2
Update taint-and-toleration.md
2 parents 0b69ba7 + 007d7e2 commit ce6c1de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh/docs/concepts/scheduling-eviction/taint-and-toleration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ To remove the taint added by the command above, you can run:
6161
kubectl taint nodes node1 key1=value1:NoSchedule-
6262
```
6363
-->
64-
给节点 `node1` 增加一个污点,它的键名是 `key`,键值是 `value`,效果是 `NoSchedule`
64+
给节点 `node1` 增加一个污点,它的键名是 `key1`,键值是 `value1`,效果是 `NoSchedule`
6565
这表示只有拥有和这个污点相匹配的容忍度的 Pod 才能够被分配到 `node1` 这个节点。
6666

6767
若要移除上述命令所添加的污点,你可以执行:

0 commit comments

Comments
 (0)