diff --git a/docs/book/src/faq.md b/docs/book/src/faq.md index 2dbbddb4dd9..9272937e527 100644 --- a/docs/book/src/faq.md +++ b/docs/book/src/faq.md @@ -118,7 +118,6 @@ You can review the design of your APIs and see if it has not more specs than sho Instead of Kubectl create command use Kubectl apply and it will work because kubectl create will send the request at once and it will fail while kubect apply send the request in small chunks so the desc len will be divided. -Note that the ideal solution would be to use client-side apply. However, it still not supported by Controller-gen and consequently by kubebuilder. For further information see: [Controller-tool-discussion][controller-tool-pr] [k8s-obj-creation]: https://kubernetes.io/docs/tasks/manage-kubernetes-objects/declarative-config/#how-to-create-objects [gvk]: ./cronjob-tutorial/gvks.md