-
Notifications
You must be signed in to change notification settings - Fork 831
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
seldon-core 1.8.0 helm chart CRD error #3254
Comments
For what it's worth, this affects the CRDs for multiple Seldon versions. We're still on 1.6 and see the same thing. You can add an
|
Using kubectl replace (and using similar option in ArgoCD) instead of kubectl apply works. |
Great - thank you @boniek83, seems this has resolved the issue but great to have a reference in case other people come into the same issue. Closing the issue for now |
Hello, I have the same issue with crd error when I deploy using argocd. Could you please elaborate how to fix this problem? I am new to this. Thanks, Anil |
You can let ArgoCD replace resources as a
|
Replace is a workaround at best. True solution is server side apply which will be soon supported by ArgoCD. |
Describe the bug
When
CustomResourceDefinition.apiextensions.k8s.io "seldondeployments.machinelearning.seldon.io" is invalid: metadata.annotations: Too long: must have at most 262144 bytes
To reproduce
Expected behaviour
It should work.
Environment
seldon-core 1.8.0
kubernetes 1.19.8
argocd 2.0.3
helm 3.6.0
The text was updated successfully, but these errors were encountered: