Merge pull request #103635 from pacoxu/revert-101604-tuning-grpc

Revert "use PermitWithoutStream=true for etcd: send pings even without active stream"
This commit is contained in:
Kubernetes Prow Robot 2021-07-12 08:42:47 -07:00 committed by GitHub
commit db18331627
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,