mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-21 01:26:28 +00:00
Merge pull request #70278 from jhvhs/master
Documentation re-formatting
This commit is contained in:
commit
117c6177c4
@ -160,9 +160,9 @@ var (
|
|||||||
Drain node in preparation for maintenance.
|
Drain node in preparation for maintenance.
|
||||||
|
|
||||||
The given node will be marked unschedulable to prevent new pods from arriving.
|
The given node will be marked unschedulable to prevent new pods from arriving.
|
||||||
'drain' evicts the pods if the APIServer supports eviction
|
'drain' evicts the pods if the APIServer supports
|
||||||
(http://kubernetes.io/docs/admin/disruptions/). Otherwise, it will use normal DELETE
|
[eviction](http://kubernetes.io/docs/admin/disruptions/). Otherwise, it will use normal
|
||||||
to delete the pods.
|
DELETE to delete the pods.
|
||||||
The 'drain' evicts or deletes all pods except mirror pods (which cannot be deleted through
|
The 'drain' evicts or deletes all pods except mirror pods (which cannot be deleted through
|
||||||
the API server). If there are DaemonSet-managed pods, drain will not proceed
|
the API server). If there are DaemonSet-managed pods, drain will not proceed
|
||||||
without --ignore-daemonsets, and regardless it will not delete any
|
without --ignore-daemonsets, and regardless it will not delete any
|
||||||
|
Loading…
Reference in New Issue
Block a user