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

Clear the externalIP when Service type changes from LoadBalancer to something else #13

Open
MOZGIII opened this issue Feb 21, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@MOZGIII
Copy link
Owner

MOZGIII commented Feb 21, 2021

Currently, when the Serivce type changes from LoadBalancer to something else the externalIP that we assigned previously remains. It should be cleared out, but we don't want to touch the externalIPs that weren't set by us - so we need to somehow mark that the externalIP was assigned by us so that we can later check the marker and clear both the marker itself and the externalIP field.

@MOZGIII MOZGIII added the bug Something isn't working label Feb 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant