From 54949b544ef3809f6c4f9dd94baf62017137a216 Mon Sep 17 00:00:00 2001 From: Zach Corleissen Date: Mon, 20 Jul 2020 11:45:45 -0700 Subject: [PATCH] Resolving a nit Resolves https://github.com/kubernetes/website/pull/22412#discussion_r457602815 --- content/en/docs/reference/using-api/api-concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/reference/using-api/api-concepts.md b/content/en/docs/reference/using-api/api-concepts.md index 66c5944e2f..be3f0fecc1 100644 --- a/content/en/docs/reference/using-api/api-concepts.md +++ b/content/en/docs/reference/using-api/api-concepts.md @@ -688,7 +688,7 @@ kubectl apply -f application/ssa/nginx-deployment-replicas-only.yaml --server-si If the apply results in a conflict with the HPA controller, then do nothing. The conflict just indicates the controller has claimed the field earlier in the -process that it sometimes does. +process than it sometimes does. At this point the user may remove the `replicas` field from their configuration.