Commit 3db1d332 authored by Brad Davidson's avatar Brad Davidson Committed by Brad Davidson

Re-enable etcd endpoint auto-sync

Removing this in 002e6c43 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: 's avatarBrad Davidson <brad.davidson@rancher.com>
parent b8dc9553
......@@ -681,6 +681,7 @@ func getClientConfig(ctx context.Context, control *config.Control, endpoints ...
DialTimeout: defaultDialTimeout,
DialKeepAliveTime: defaultKeepAliveTime,
DialKeepAliveTimeout: defaultKeepAliveTimeout,
AutoSyncInterval: defaultKeepAliveTimeout,
PermitWithoutStream: true,
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment