Commit 483c4a8d authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #15733 from yujuhong/disable_keepalive

Auto commit by PR queue bot
parents b2dcbb64 80287e34
......@@ -30,7 +30,7 @@ import (
func New() HTTPProber {
tlsConfig := &tls.Config{InsecureSkipVerify: true}
transport := &http.Transport{TLSClientConfig: tlsConfig}
transport := &http.Transport{TLSClientConfig: tlsConfig, DisableKeepAlives: true}
return httpProber{transport}
}
......
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