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

locksmithctl/locksmithcl: fix endpoints resilience #11

Merged
merged 1 commit into from
Aug 26, 2021

Commits on Aug 26, 2021

  1. locksmithctl/locksmithcl: fix endpoints resilience

    with the recent etcd upgrade (1b5eb50),
    the endpoints resilience were not ensured -> having failing endpoints
    would make the `locksmithcl` commands fail.
    
    in this commit, we patch the software (and not the vendor), to reproduce
    a kind of resilience: we loop over the endpoints - if one of them is not
    reachable we continue to the over.
    this patch can be reverted once the upgrade to etcd/v3 will be done.
    
    Signed-off-by: Mathieu Tortuyaux <mathieu@kinvolk.io>
    Mathieu Tortuyaux committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    860103c View commit details
    Browse the repository at this point in the history