From 1ef1a3d7d6b9645b7be9aed7bfb386dc5682b6ed Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 10 May 2018 19:27:54 +0200 Subject: [PATCH] Fix for kubctl/conventions (#8463) As the linked document explains, initially "create" instead of "apply" should be used. Fix wording. Closes: #8265 --- content/en/docs/reference/kubectl/conventions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/reference/kubectl/conventions.md b/content/en/docs/reference/kubectl/conventions.md index 191fd07977..25fc1c4f92 100644 --- a/content/en/docs/reference/kubectl/conventions.md +++ b/content/en/docs/reference/kubectl/conventions.md @@ -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.