The output of removal of taint should be untainted (#4720)

pull/4850/head^2
IrinaAndronachi 2017-08-18 02:24:33 +03:00 committed by Andrew Chen
parent 7c4e01887b
commit c029a9ddb4
1 changed files with 1 additions and 1 deletions

View File

@ -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.
```