mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-03 02:07:38 +00:00
Merge pull request #25074 from AdoHe/remove_container_args
Automatic merge from submit-queue update kubectl apply help info Please refer #22342 for more detail. @bgrant0607 ptal. Also I have open a PR to update docs on `kuberntes.github.io`
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
name: apply
|
||||
synopsis: Apply a configuration to a resource by filename or stdin
|
||||
description: "Apply a configuration to a resource by filename or stdin.\nThe resource
|
||||
will be created if it doesn't exist yet. \n\nJSON and YAML formats are accepted."
|
||||
will be created if it doesn't exist yet. \nTo use 'apply', always create the resource
|
||||
initially with either 'apply' or 'create --save-config'.\n\nJSON and YAML formats
|
||||
are accepted."
|
||||
options:
|
||||
- name: filename
|
||||
shorthand: f
|
||||
|
Reference in New Issue
Block a user