You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
✋ I have searched the open/closed issues and my issue is not listed.
$ make install-crd
Error from server (Invalid): error when creating "STDIN": CustomResourceDefinition.apiextensions.k8s.io "scheduledsparkapplications.sparkoperator.k8s.io" is invalid: metadata.annotations: Too long: may not be more than 262144 bytes
Error from server (Invalid): error when creating "STDIN": CustomResourceDefinition.apiextensions.k8s.io "sparkapplications.sparkoperator.k8s.io" is invalid: metadata.annotations: Too long: may not be more than 262144 bytes
make: *** [Makefile:271: install-crd] Error 1
install-crd uses kubectl apply and the annotation value is too large to store due to the size of CRDs.
What happened?
install-crd
uses kubectl apply and the annotation value is too large to store due to the size of CRDs.https://github.com/kubeflow/spark-operator/blob/e6c2337e028085479b6b23ec2c1f78f51659a3bb/Makefile#L269C1-L271C55
Create and replace work so consider switching to it. Happy to open a PR.
Additionally
make deploy
does not work. It references a non-existent directory.Reproduction Code
From the root of this repository, run:
Expected behavior
It should install CRDs
Actual behavior
No response
Environment & Versions
Additional context
No response
Impacted by this bug?
Give it a 👍 We prioritize the issues with most 👍
The text was updated successfully, but these errors were encountered: