mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +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,
|
||||
DialKeepAliveTime: keepaliveTime,
|
||||
DialKeepAliveTimeout: keepaliveTimeout,
|
||||
PermitWithoutStream: true,
|
||||
DialOptions: dialOptions,
|
||||
Endpoints: c.ServerList,
|
||||
TLS: tlsConfig,
|
||||
|
Loading…
Reference in New Issue
Block a user