From 9b573aac1bd0b1e30d65273f6b86032da640dade Mon Sep 17 00:00:00 2001 From: Sajiyah Salat <109643863+Sajiyah-Salat@users.noreply.github.com> Date: Mon, 21 Aug 2023 17:53:15 +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 c1fc1561638..582545d4bc2 100644 --- a/docs/book/src/faq.md +++ b/docs/book/src/faq.md @@ -92,7 +92,7 @@ securityContext: ``` However, note that this problem is fixed and will not occur if you deploy the project in high versions (maybe >= 1.22). -## Kubebuilder Make install fails with this error: Too long: must have at most 262144 bytes +## The error `Too long: must have at most 262144 bytes` is faced when I run `make install` to apply the CRD manifests . How to solve it? Why this error is faced? Kubernetes api has a size limit and if the CRD is too big with so many long descriptions it will cause the failure.