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

Commits on Sep 20, 2023

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

    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 committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    202b0bb View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    5f469e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7e4d48 View commit details
    Browse the repository at this point in the history