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

Helm chart not ready for Kubernetes 1.22 #63

Closed
Evantage-WS opened this issue Aug 23, 2021 · 2 comments · Fixed by #64
Closed

Helm chart not ready for Kubernetes 1.22 #63

Evantage-WS opened this issue Aug 23, 2021 · 2 comments · Fixed by #64
Labels
bug Something isn't working

Comments

@Evantage-WS
Copy link

Kubernetes removed the networking.k8s.io/v1beta1 in v1.22, this helm chart is still using this api version. See https://kubernetes.io/blog/2021/07/14/upcoming-changes-in-kubernetes-1-22/

@Evantage-WS Evantage-WS added the bug Something isn't working label Aug 23, 2021
@KongZ KongZ closed this as completed in #64 Aug 23, 2021
@Evantage-WS
Copy link
Author

Hello, thanks, but you need to change the syntax of the ingress as well, this is changed in the new api:

Error: unable to build kubernetes objects from release manifest: error validating "": error validating data: [ValidationError(Ingress.spec.rules[0].http.paths[0].backend): unknown field "serviceName" in io.k8s.api.networking.v1.IngressBackend, ValidationError(Ingress.spec.rules[0].http.paths[0].backend): unknown field "servicePort" in io.k8s.api.networking.v1.IngressBackend, ValidationError(Ingress.spec.rules[0].http.paths[0]): missing required field "pathType" in io.k8s.api.networking.v1.HTTPIngressPath]

@KongZ
Copy link
Owner

KongZ commented Aug 23, 2021

@ws-prive thanks. I miss it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants