mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 23:17:50 +00:00
Correct kubectl delete's wrong synopsis
This commit is contained in:
@@ -33,17 +33,16 @@ Documentation for other releases can be found at
|
||||
|
||||
## kubectl delete
|
||||
|
||||
Delete a resource by filename, stdin, resource and name, or by resources and label selector.
|
||||
Delete resources by filenames, stdin, resources and names, or by resources and label selector.
|
||||
|
||||
### Synopsis
|
||||
|
||||
|
||||
Delete a resource by filename, stdin, resource and name, or by resources and label selector.
|
||||
Delete resources by filenames, stdin, resources and names, or by resources and label selector.
|
||||
|
||||
JSON and YAML formats are accepted.
|
||||
|
||||
If both a filename and command line arguments are passed, the command line
|
||||
arguments are used and the filename is ignored.
|
||||
Only one type of the arguments may be specified: filenames, resources and names, or resources and label selector
|
||||
|
||||
Note that the delete command does NOT do resource version checks, so if someone
|
||||
submits an update to a resource right when you submit a delete, their update
|
||||
@@ -119,7 +118,7 @@ $ kubectl delete pods --all
|
||||
|
||||
* [kubectl](kubectl.md) - kubectl controls the Kubernetes cluster manager
|
||||
|
||||
###### Auto generated by spf13/cobra at 2015-07-23 17:43:06.942148224 +0000 UTC
|
||||
###### Auto generated by spf13/cobra at 2015-07-31 02:09:06.816515226 +0000 UTC
|
||||
|
||||
|
||||
<!-- BEGIN MUNGE: GENERATED_ANALYTICS -->
|
||||
|
||||
Reference in New Issue
Block a user