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

KMinion helm chart is not yet compatible with Kubernetes 1.22 or above #168

Closed
panyuenlau opened this issue Oct 5, 2022 · 0 comments · Fixed by #195
Closed

KMinion helm chart is not yet compatible with Kubernetes 1.22 or above #168

panyuenlau opened this issue Oct 5, 2022 · 0 comments · Fixed by #195

Comments

@panyuenlau
Copy link
Contributor

The KMinion helm chart is not compatible with Kubernetes >= 1.22 because the networking.k8s.io/v1beta1 API version of Ingress is no longer served, and the helm chart is still using that in the ingress.yaml. Example error while installing KMinion on K8s 1.23:

helm install kminion-test charts/kminion --set ingress.enabled=true
Error: unable to build kubernetes objects from release manifest: unable to recognize "": no matches for kind "Ingress" in version "networking.k8s.io/v1beta1"

Tried some quick fix simply by updating the API version from networking.k8s.io/v1beta1 to networking.k8s.io/v1 but it didn't work because the spec of the Ingress resource has been changed

Reference: https://kubernetes.io/docs/reference/using-api/deprecation-guide/#ingress-v122

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