fix wording of 'kubectl apply' conventions section (#8789)

This commit is contained in:
John Kerkstra 2018-06-25 13:41:22 -05:00 committed by k8s-ci-robot
parent 639001434f
commit 96039a7e72
1 changed files with 1 additions and 1 deletions

View File

@ -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).