-
Notifications
You must be signed in to change notification settings - Fork 177
Which apiVersion to use for CRDs and WebhooksConfigurations? #90
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
Comments
Which Kubernetes version are you referring to? Tested on Kubernetes 1.18 and works like a charm. |
Kubernetes 1.18.5. Once installed with
So I assumed v1 in the Helm chart However, trying to deploy with the Helm Chart, I get https://github.com/clastix/capsule-helm-chart/issues/4 |
See #98 |
There are some problems with updating to So the thing is following:
So let's use |
@prometherion Close in favour of #98 |
Noted the CRDs and WebhooksConfigurations are installed by
make deploy
script withapiVersion: v1
and templates files haveapiVersion: v1beta1
. When installing with Helm, we install always withapiVersion: v1
but this leads to some errors preventing the installation, see: https://github.com/clastix/capsule-helm-chart/issues/5 and https://github.com/clastix/capsule-helm-chart/issues/4.The text was updated successfully, but these errors were encountered: