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

[bugfix] Add IP to endpoint key. (#535) #538

Merged
merged 3 commits into from Sep 22, 2023

Conversation

ls692
Copy link
Collaborator

@ls692 ls692 commented Sep 20, 2023

HTTP probes use endpoint key as identifier to decide when to recreate probes. During VM recreations, it is possible for VM name to stay the same but VM IP changes. By adding IP to key, we ensure that in such cases, HTTP probes are recreated.

HTTP probes use endpoint key as identifier to decide when to recreate
probes. During VM recreations, it is possible for VM name to stay the
same but VM IP changes. By adding IP to key, we ensure that in such
cases, HTTP probes are recreated.
@ls692 ls692 marked this pull request as draft September 20, 2023 16:00
@ls692
Copy link
Collaborator Author

ls692 commented Sep 22, 2023

Thanks manu, i missed copying that line of code from the internal repo. It is fixed now.

@ls692 ls692 marked this pull request as ready for review September 22, 2023 17:56
@manugarg manugarg merged commit a338f99 into cloudprober:master Sep 22, 2023
8 checks passed
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

Successfully merging this pull request may close these issues.

None yet

2 participants