mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-17 07:03:31 +00:00
Merge pull request #44207 from shiywang/hotfix
Automatic merge from submit-queue Add --all support for view-last-applied Fixes https://github.com/kubernetes/kubernetes/issues/44195 sorry for my careless, and thanks for the review, @ymqytw ptal
This commit is contained in:
@@ -36,7 +36,7 @@ $ kubectl stop -f path/to/resources
|
||||
### Options
|
||||
|
||||
```
|
||||
--all[=false]: [-all] to select all the specified resources.
|
||||
--all[=false]: select all resources in the namespace of the specified resource types.
|
||||
-f, --filename=[]: Filename, directory, or URL to file of resource(s) to be stopped.
|
||||
--grace-period=-1: Period of time in seconds given to the resource to terminate gracefully. Ignored if negative.
|
||||
--ignore-not-found[=false]: Treat "resource not found" as a successful stop.
|
||||
|
Reference in New Issue
Block a user