mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 14:07:14 +00:00
Revert "use PermitWithoutStream=true for etcd: send pings even without active stream"
This commit is contained in:
parent
8ab66dcc4e
commit
1280a365e4
@ -171,7 +171,6 @@ func newETCD3Client(c storagebackend.TransportConfig) (*clientv3.Client, error)
|
|||||||
DialTimeout: dialTimeout,
|
DialTimeout: dialTimeout,
|
||||||
DialKeepAliveTime: keepaliveTime,
|
DialKeepAliveTime: keepaliveTime,
|
||||||
DialKeepAliveTimeout: keepaliveTimeout,
|
DialKeepAliveTimeout: keepaliveTimeout,
|
||||||
PermitWithoutStream: true,
|
|
||||||
DialOptions: dialOptions,
|
DialOptions: dialOptions,
|
||||||
Endpoints: c.ServerList,
|
Endpoints: c.ServerList,
|
||||||
TLS: tlsConfig,
|
TLS: tlsConfig,
|
||||||
|
Loading…
Reference in New Issue
Block a user