Fix for kubctl/conventions (#8463)

As the linked document explains, initially "create" instead of "apply"
should be used. Fix wording.

Closes: #8265
pull/8468/head
Andreas Jaeger 2018-05-10 19:27:54 +02:00 committed by k8s-ci-robot
parent 0a5f7638cd
commit 1ef1a3d7d6
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 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.