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

3.14.3 cannot be installed on a Kubernetes 1.18 Cluster #96

Closed
KierranM opened this issue Nov 7, 2021 · 0 comments · Fixed by #119
Closed

3.14.3 cannot be installed on a Kubernetes 1.18 Cluster #96

KierranM opened this issue Nov 7, 2021 · 0 comments · Fixed by #119

Comments

@KierranM
Copy link

KierranM commented Nov 7, 2021

What occured??

Attempted to perform a helm install on a Kubernetes 1.18 cluster hosted on Amazon EKS, received the following error:

Error: unable to build kubernetes objects from release manifest: unable to recognize "": no matches for kind "Ingress" in version "networking.k8s.io/v1"

It would appear that the logic added in #85 to select the APIVersion doesn't behave as expected on Kubes 1.18
https://github.com/runatlantis/helm-charts/blob/main/charts/atlantis/templates/ingress.yaml#L5-L11

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