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 specyfing loadBalancerIP #109

Closed
Morishiri opened this issue Sep 23, 2022 · 3 comments
Closed

Support specyfing loadBalancerIP #109

Morishiri opened this issue Sep 23, 2022 · 3 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@Morishiri
Copy link

In production environments you usually don't want your IPs to be dynamic (e.g. in a case of redeployment) and you want to specify (previously obtained) IP address for ingress controller load balancer service.

To do so, it is enough to specify .spec.loadBalancerIP in controller service. (Example in ingress-nginx: https://github.com/kubernetes/ingress-nginx/blob/main/charts/ingress-nginx/templates/controller-service.yaml#L25-L27)

@simenandre
Copy link
Contributor

This is solved with #111.

@BartTactick
Copy link

@simenandre how can i use this?

@Embraser01
Copy link
Member

The fix has been released in Chart v1.0.5 / Docker Image v0.1.5

Sorry for the delay

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

4 participants