Skip to content
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

setup_ingress.sh pod fails - deprecated apis #29

Open
ktedore opened this issue Jun 23, 2022 · 1 comment
Open

setup_ingress.sh pod fails - deprecated apis #29

ktedore opened this issue Jun 23, 2022 · 1 comment

Comments

@ktedore
Copy link
Contributor

ktedore commented Jun 23, 2022

admissionregistration.k8s.io/v1beta1 is deprecated in Kubernetes v1.22
https://kubernetes.io/docs/reference/using-api/deprecation-guide/
cert-manager/cert-manager#2817

updating to cert-manager v1.8.1 allows pods to all succeed

https://github.com/seung-lab/CAVEdeployment/blob/98eee60937b830c4f05ce1d1e9ecb187cd4ae0e7/infrastructure/global/setup_ingress.sh#L23

but you have to update the nginx-ingress version as well for configure_ingress to succeed

https://github.com/seung-lab/CAVEdeployment/blob/98eee60937b830c4f05ce1d1e9ecb187cd4ae0e7/infrastructure/global/configure_ingress.sh#L4

This allows all pods to run and setup to complete.

@ktedore
Copy link
Contributor Author

ktedore commented Jun 23, 2022

Same issue as #26 probably.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant