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

[release-1.26] Backport etcd fixes #8691

Merged
merged 2 commits into from Oct 19, 2023

Commits on Oct 18, 2023

  1. Re-enable etcd endpoint auto-sync

    Removing this in 002e6c4 regressed
    control-plane-only nodes, as we rely on the etcd client to update its
    endpoint list internally so that we can use it to sync the load-balancer
    address list.
    
    Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
    brandond committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    86816dc View commit details
    Browse the repository at this point in the history
  2. Manually requeue configmap reconcile when no nodes have reconciled sn…

    …apshots
    
    Silences error message from lasso - this is a normal startup condition
    when no snapshots exist so we shouldn't log nasty looking errors.
    
    Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
    brandond committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    06290ca View commit details
    Browse the repository at this point in the history