Update taint-and-toleration.md

Missing key=value in the key taint removal example
This commit is contained in:
nodecaf 2020-11-18 08:31:36 +11:00 committed by GitHub
parent de6d96dc5c
commit 24bd49980b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,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:
```shell
kubectl taint nodes node1 key:NoSchedule-
kubectl taint nodes node1 key=value:NoSchedule-
```
You specify a toleration for a pod in the PodSpec. Both of the following tolerations "match" the