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 Aug 21, 2023
1 parent bc7baf0 commit 9b573aa
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 @@ -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.
Expand Down

0 comments on commit 9b573aa

Please sign in to comment.