fix wording of 'kubectl apply' conventions section (#8789)
This commit is contained in:
parent
639001434f
commit
96039a7e72
|
|
@ -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 create` or using `--save-config`. See [managing resources with kubectl apply](/docs/concepts/cluster-administration/manage-deployment/#kubectl-apply) for more information.
|
||||
* You can use `kubectl apply` to create or update resources. However, to update a resource you should have created the resource by using `kubectl apply` or `kubectl create --save-config`. For more information about using kubectl apply to update resources, see [Managing Resources](/docs/concepts/cluster-administration/manage-deployment/#kubectl-apply).
|
||||
|
|
|
|||
Loading…
Reference in New Issue