Correct node name to correspond to the previous example (#7081)
This commit is contained in:
@@ -34,7 +34,7 @@ This means that no pod will be able to schedule onto `node1` unless it has a mat
|
|||||||
|
|
||||||
To remove the taint added by the command above, you can run:
|
To remove the taint added by the command above, you can run:
|
||||||
```shell
|
```shell
|
||||||
kubectl taint nodes kube11 key:NoSchedule-
|
kubectl taint nodes node1 key:NoSchedule-
|
||||||
```
|
```
|
||||||
|
|
||||||
You specify a toleration for a pod in the PodSpec. Both of the following tolerations "match" the
|
You specify a toleration for a pod in the PodSpec. Both of the following tolerations "match" the
|
||||||
|
|||||||
Reference in New Issue
Block a user