Fix for kubctl/conventions (#8463)
As the linked document explains, initially "create" instead of "apply" should be used. Fix wording. Closes: #8265pull/8468/head
parent
0a5f7638cd
commit
1ef1a3d7d6
|
@ -65,4 +65,4 @@ flag, which provides the object to be submitted to the cluster.
|
|||
|
||||
### `kubectl apply`
|
||||
|
||||
* When you use `kubectl apply` to update resources, always create resources initially using `kubectl apply` or using `--save-config`. See [managing resources with kubectl apply](/docs/concepts/cluster-administration/manage-deployment/#kubectl-apply) for more information.
|
||||
* When you use `kubectl apply` to update resources, always create resources initially using `kubectl create` or using `--save-config`. See [managing resources with kubectl apply](/docs/concepts/cluster-administration/manage-deployment/#kubectl-apply) for more information.
|
||||
|
|
Loading…
Reference in New Issue