The output of removal of taint should be untainted (#4720)
parent
7c4e01887b
commit
c029a9ddb4
|
@ -297,7 +297,7 @@ kubectl taint nodes --all node-role.kubernetes.io/master-
|
|||
With output looking something like:
|
||||
|
||||
```
|
||||
node "test-01" tainted
|
||||
node "test-01" untainted
|
||||
taint key="dedicated" and effect="" not found.
|
||||
taint key="dedicated" and effect="" not found.
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue