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

Handle pod IP changes for GlobalIngressIPs #3106

Open
tpantelis opened this issue Jul 26, 2024 · 0 comments
Open

Handle pod IP changes for GlobalIngressIPs #3106

tpantelis opened this issue Jul 26, 2024 · 0 comments
Assignees

Comments

@tpantelis
Copy link
Contributor

It's possible for a pod to be assigned a new IP address if it restarts or is moved to another node. The ingressPodController currently ignores changes to the underlying pod once the global IP has been allocated. The pod IP is stored in the submariner.io/headless-svc-pod-ip annotation on the GlobalIngressIP which should be updated if the IP changes. The globalIngressIPController would also need to update the ingress rules.

tpantelis added a commit to tpantelis/submariner that referenced this issue Jul 26, 2024
Issue submariner-io#3106
has been created to track this instead.

Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
aswinsuryan pushed a commit that referenced this issue Jul 26, 2024
Issue #3106
has been created to track this instead.

Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
@tpantelis tpantelis self-assigned this Oct 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Next Version Candidate
Development

No branches or pull requests

1 participant