mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 18:00:08 +00:00
Remove extraneous white space
This commit is contained in:
parent
dd819b5013
commit
496dba08a8
@ -60,9 +60,9 @@ var (
|
|||||||
Also, if you force delete pods the scheduler may place new pods on those nodes before the node
|
Also, if you force delete pods the scheduler may place new pods on those nodes before the node
|
||||||
has released those resources and causing those pods to be evicted immediately.
|
has released those resources and causing those pods to be evicted immediately.
|
||||||
|
|
||||||
Note that the delete command does NOT do resource version checks, so if someone
|
Note that the delete command does NOT do resource version checks, so if someone submits an
|
||||||
submits an update to a resource right when you submit a delete, their update
|
update to a resource right when you submit a delete, their update will be lost along with the
|
||||||
will be lost along with the rest of the resource.`))
|
rest of the resource.`))
|
||||||
|
|
||||||
delete_example = templates.Examples(i18n.T(`
|
delete_example = templates.Examples(i18n.T(`
|
||||||
# Delete a pod using the type and name specified in pod.json.
|
# Delete a pod using the type and name specified in pod.json.
|
||||||
|
Loading…
Reference in New Issue
Block a user