Skip to content

Commit 24bd499

Browse files
authored
Update taint-and-toleration.md
Missing key=value in the key taint removal example
1 parent de6d96d commit 24bd499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ This means that no pod will be able to schedule onto `node1` unless it has a mat
4040

4141
To remove the taint added by the command above, you can run:
4242
```shell
43-
kubectl taint nodes node1 key:NoSchedule-
43+
kubectl taint nodes node1 key=value:NoSchedule-
4444
```
4545

4646
You specify a toleration for a pod in the PodSpec. Both of the following tolerations "match" the

0 commit comments

Comments
 (0)