mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
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:
commit
5c4cec21c3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user