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

Improve the kind script to install ingress using helm instead of the static file #262

Open
cmoulliard opened this issue Jul 1, 2022 · 1 comment
Labels
enhancement New feature or request module::kind

Comments

@cmoulliard
Copy link
Member

cmoulliard commented Jul 1, 2022

Request

Improve the kind script to install ingress using helm instead of the static file. Why: The ingress-nginx maintains different files to install the controller on k8s (helm, static file for kind, baremetal, ...) and finally it is very difficult to figure out which version is working according to the target k8s as API changed since 1.18, ...

As the helm chart checks the version, I suggest to use helm o install the controller.

@cmoulliard
Copy link
Member Author

New commit: fcd40b7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request module::kind
Projects
None yet
Development

No branches or pull requests

2 participants