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 Ingress template incompatible with k8s < v1.18 #2274

Closed
jlukenoff opened this issue Dec 2, 2022 · 1 comment · Fixed by #2275
Closed

Helm chart Ingress template incompatible with k8s < v1.18 #2274

jlukenoff opened this issue Dec 2, 2022 · 1 comment · Fixed by #2275

Comments

@jlukenoff
Copy link
Contributor

I'm excited to start using Marquez but have found that the Ingress template in the current Helm chart is incompatible with recent versions of kubernetes (I'm running 1.22). The main problem I'm running into right now is the apiVersion has been updated to networking.k8s.io/v1 vs extensions/v1beta1 that is in the template today. This results in a the server could not find the requested resource error when attempting to install the helm chart. There are also some other minor changes to the schema.

Fortunately, it's pretty simple to update the template to be back-compatible. I'd be happy to pick this up.

@boring-cyborg
Copy link

boring-cyborg bot commented Dec 2, 2022

Thanks for opening your first issue in the Marquez project! Please be sure to follow the issue template!

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