Skip to content

Commit

Permalink
Update docs/book/src/faq.md
Browse files Browse the repository at this point in the history
Co-authored-by: Camila Macedo <7708031+camilamacedo86@users.noreply.github.com>
  • Loading branch information
Sajiyah-Salat and camilamacedo86 committed Sep 11, 2023
1 parent b722af2 commit 075b836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/src/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down

0 comments on commit 075b836

Please sign in to comment.