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

Support for newer kubernetes versions #5

Closed
nazarkulyk opened this issue Jul 13, 2022 · 1 comment
Closed

Support for newer kubernetes versions #5

nazarkulyk opened this issue Jul 13, 2022 · 1 comment

Comments

@nazarkulyk
Copy link

I tested your helm with current minikube and k8s and cant install chart.

Error: INSTALLATION FAILED: unable to build kubernetes objects from release manifest: resource mapping not found for name: "jaeger-all-in-one" namespace: "default" from "": no matches for kind "Ingress" in version "networking.k8s.io/v1beta1" ensure CRDs are installed first

So ingress template should be changed to use "networking.k8s.io/v1" for higher kubernetes versions.

minikube version
# minikube version: v1.26.0

kubectl get node
# NAME       STATUS   ROLES           AGE   VERSION
# minikube   Ready    control-plane   12d   v1.24.1
@hansehe
Copy link
Owner

hansehe commented Jul 13, 2022

Thanks a lot! I forgot about this upgrade and the newest version 0.1.7 should fix the issue.

@hansehe hansehe closed this as completed Jul 13, 2022
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

No branches or pull requests

2 participants