mirror of https://github.com/k3s-io/k3s
update kubectl apply doc for required resource name
parent
b22a298009
commit
d9d2a72d9c
|
@ -74,7 +74,7 @@ const (
|
||||||
var (
|
var (
|
||||||
apply_long = templates.LongDesc(i18n.T(`
|
apply_long = templates.LongDesc(i18n.T(`
|
||||||
Apply a configuration to a resource by filename or stdin.
|
Apply a configuration to a resource by filename or stdin.
|
||||||
This resource will be created if it doesn't exist yet.
|
The resource name must be specified. This resource will be created if it doesn't exist yet.
|
||||||
To use 'apply', always create the resource initially with either 'apply' or 'create --save-config'.
|
To use 'apply', always create the resource initially with either 'apply' or 'create --save-config'.
|
||||||
|
|
||||||
JSON and YAML formats are accepted.
|
JSON and YAML formats are accepted.
|
||||||
|
|
Loading…
Reference in New Issue