Skip to content

bug: NGINX Ingress Controller 0.16 Chart Fails to install #225

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

Open
qdzlug opened this issue Jan 15, 2023 · 2 comments
Open

bug: NGINX Ingress Controller 0.16 Chart Fails to install #225

qdzlug opened this issue Jan 15, 2023 · 2 comments

Comments

@qdzlug
Copy link
Contributor

qdzlug commented Jan 15, 2023

Describe the bug
When deploying with the 0.16 chart the following errors are thrown:

Diagnostics:
  pulumi:pulumi:Stack (ingress-controller-maratest02):
    NGINX Ingress Controller will be deployed with the Helm Chart [nginx-ingress@0.16.0]
    Using Ingress Controller image: 369313531325.dkr.ecr.us-west-2.amazonaws.com/ingress-controller-maratest02:2.4.2

  kubernetes:helm.sh/v3:Release (kic):
    error: failed to create chart from template: chart requires kubeVersion: >= 1.21.0-0 which is incompatible with Kubernetes v1.20.0

Resources:
    + 2 created

To Reproduce
Steps to reproduce the behavior:

  1. Deploy to AWS with the 0.16 chart and 3.0 KIC (unsure if this occurs on other clouds; will test separately).
  2. KIC will error out with the above errors.

Expected behavior
KIC should deploy

Your environment
n/a

Additional context
None

@qdzlug
Copy link
Contributor Author

qdzlug commented Jan 16, 2023

At least for AWS, the workaround is to expressly use:

  • 0.15.2 Helm Chart
  • 2.4.2 Ingress Controller

The helm chart version and the Ingress controller version can be set in the configuration yaml (there is no prompt for them currently).

@qdzlug
Copy link
Contributor Author

qdzlug commented Jan 16, 2023

A combination of 0.15.0 and 2.4.0 works as well.

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

1 participant