Possibility to use CRD's without descriptions #6441
Labels
feature-request
All issues for new features that have not been committed to
needs-discussion
stale
All issues that are marked as stale due to inactivity
Proposal
Currently ScaledJob CRD can be applied only using
kubectl apply --server-side ...
because it is too long to process. In some cases using server-side apply is not feasible. Instead it should be possible to generate CRD's without description by usingmaxDescLen=0
option in https://github.com/kedacore/keda/blob/main/Makefile#L134.I did some testing for
crd-scaledjobs.yaml:
Now it would not be mandatory to use server-side apply as the maximum size for
metadata.annotations
is 262144 bytes.So I was wondering would it be possible to generate the CRD's without description also and e.g. add section to values.yaml to choose which one to use?
The text was updated successfully, but these errors were encountered: