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.