-
Any ideas on how to fix this, looks like the IaC that I am using, tries to do Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
scholzj
Apr 29, 2021
Replies: 1 comment 5 replies
-
You need to use |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
XBeg9
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to use
kubectl create
orkubectl replace
.kubectl apply
has a limitation to the size of the files for which it can be used. If you really want to usekubectl apply
, you can remove the schema specifications from the CRDs manually to make them smaller (but you will miss the schemas and the validation).