Fix the nodename typo of the untaint command (#15309)
修正删除taint命令中关于节点名称的一处笔误。
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
b715a8a40f
commit
5f7b88ddc7
@@ -78,7 +78,7 @@ To remove the taint added by the command above, you can run:
|
|||||||
-->
|
-->
|
||||||
想删除上述命令添加的 taint ,您可以运行:
|
想删除上述命令添加的 taint ,您可以运行:
|
||||||
```shell
|
```shell
|
||||||
kubectl taint nodes kube11 key:NoSchedule-
|
kubectl taint nodes node1 key:NoSchedule-
|
||||||
```
|
```
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user