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 4, 2023
1 parent 9aed47a commit a5a57c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/book/src/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a5a57c6

Please sign in to comment.