mirror of
https://github.com/rancher/rke.git
synced 2025-09-13 13:40:22 +00:00
Add generic generation for pki objects and etcd TLS
This commit is contained in:
@@ -30,7 +30,7 @@ func buildKubeproxyConfig(host *hosts.Host, kubeproxyService v3.KubeproxyService
|
||||
"kube-proxy",
|
||||
"--v=2",
|
||||
"--healthz-bind-address=0.0.0.0",
|
||||
"--kubeconfig=" + pki.KubeProxyConfigPath,
|
||||
"--kubeconfig=" + pki.GetConfigPath(pki.KubeProxyCertName),
|
||||
},
|
||||
}
|
||||
hostCfg := &container.HostConfig{
|
||||
|
Reference in New Issue
Block a user