mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 09:22:44 +00:00
Merge pull request #50018 from tcharding/kubectl-delete
Automatic merge from submit-queue (batch tested with PRs 50000, 49954, 49943, 50018, 49607) Remove extraneous white space **What this PR does / why we need it**: Output from command `kubectl delete --help` contains extraneous whitespace. While we are at it, paragraph in multi-paragraph section has shorter line lengths, text looks better if all paragraphs have similar line lengths. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # **Special notes for your reviewer**: White space only. This PR is outward facing but so trivial I don't think it needs a release note. I'm new around here, if this assumption is incorrect please tell me. Thanks. **Release note**: ```release-note NONE ```
This commit is contained in:
commit
6579b2e4d1
@ -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