We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Same issue as #26 probably.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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.
The text was updated successfully, but these errors were encountered: