From 075b836cb1646c1c85188e2023776dfb0dd9cb77 Mon Sep 17 00:00:00 2001 From: Sajiyah Salat <109643863+Sajiyah-Salat@users.noreply.github.com> Date: Mon, 11 Sep 2023 08:19:17 +0530 Subject: [PATCH] Update docs/book/src/faq.md Co-authored-by: Camila Macedo <7708031+camilamacedo86@users.noreply.github.com> --- docs/book/src/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/src/faq.md b/docs/book/src/faq.md index 87fbcfdc109..259fa425be8 100644 --- a/docs/book/src/faq.md +++ b/docs/book/src/faq.md @@ -98,7 +98,7 @@ When attempting to run `make install` to apply the CRD manifests, the error `Too The ideal approach is to use server-side apply, since the entire object configuration doesn't have to be stored as an annotation (last-applied-configuration) on the server. However, it's worth noting that as of now, it isn't supported by controller-gen or kubebuilder. For more on this, refer to: [Controller-tool-discussion][controller-tool-pr]. -Therefore, you have a few options to workround this scenario such as: +To address this scenario, you might consider the following approaches or workarounds: **By removing the descriptions from CRDs**