Fix typo in drain command

This commit is contained in:
Derek Carr
2016-12-14 13:00:25 -05:00
parent b6f466ac61
commit f1af1e965a

View File

@@ -140,7 +140,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