Merge pull request #38771 from derekwaynecarr/fix_drain_typo

Automatic merge from submit-queue (batch tested with PRs 41145, 38771, 41003, 41089, 40365)

Fix typo in drain command
This commit is contained in:
Kubernetes Submit Queue 2017-02-09 13:34:47 -08:00 committed by GitHub
commit 5c4cec21c3

View File

@ -141,7 +141,7 @@ var (
Drain node in preparation for maintenance.
The given node will be marked unschedulable to prevent new pods from arriving.
'drain' evicts the pods if the APIServer supports eviciton
'drain' evicts the pods if the APIServer supports eviction
(http://kubernetes.io/docs/admin/disruptions/). Otherwise, it will use normal DELETE
to delete the pods.
The 'drain' evicts or deletes all pods except mirror pods (which cannot be deleted through