There was an error while loading. Please reload this page.
1 parent f49fbc1 commit a7b3760Copy full SHA for a7b3760
pkg/kube-controller/apiserviceproxy/apiservice.go
@@ -73,9 +73,9 @@ func (p *APIServiceProxy) Run(ctx context.Context) error {
73
Addr: fmt.Sprintf(":%d", DefaultPort),
74
Handler: p.proxy,
75
TLSConfig: &tls.Config{
76
-Certificates: []tls.Certificate{p.cert},
77
-ClientCAs: p.certPool,
78
-ClientAuth: tls.RequireAndVerifyClientCert,
+Certificates: []tls.Certificate{p.cert},
+ClientCAs: p.certPool,
+InsecureSkipVerify: true,
79
},
80
}
81
0 commit comments