mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-05 19:21:37 +00:00
add "--force" flag to "kubectl update";
update relevant tests
This commit is contained in:
@@ -43,7 +43,7 @@ $ kubectl delete pods --all
|
||||
|
||||
```
|
||||
--all=false: [-all] to select all the specified resources.
|
||||
--cascade=true: If true, cascade the delete resources managed by this resource (e.g. Pods created by a ReplicationController). Default true.
|
||||
--cascade=true: If true, cascade the deletion of the resources managed by this resource (e.g. Pods created by a ReplicationController). Default true.
|
||||
-f, --filename=[]: Filename, directory, or URL to a file containing the resource to delete.
|
||||
--grace-period=-1: Period of time in seconds given to the resource to terminate gracefully. Ignored if negative.
|
||||
-h, --help=false: help for delete
|
||||
@@ -84,6 +84,6 @@ $ kubectl delete pods --all
|
||||
### SEE ALSO
|
||||
* [kubectl](kubectl.md) - kubectl controls the Kubernetes cluster manager
|
||||
|
||||
###### Auto generated by spf13/cobra at 2015-06-03 18:21:01.053120485 +0000 UTC
|
||||
###### Auto generated by spf13/cobra at 2015-06-26 00:15:55.835198432 +0000 UTC
|
||||
|
||||
[]()
|
||||
|
Reference in New Issue
Block a user