mirror of
https://github.com/rancher/rke.git
synced 2025-09-14 14:09:49 +00:00
renamed ControlPlaneIP
This commit is contained in:
@@ -39,7 +39,7 @@ func buildKubeAPIConfig(host hosts.Host, kubeAPIService KubeAPI, etcdConnString
|
||||
"--runtime-config=authentication.k8s.io/v1beta1=true",
|
||||
"--storage-backend=etcd3",
|
||||
"--etcd-servers=" + etcdConnString,
|
||||
"--advertise-address=" + host.ControlPlaneIP,
|
||||
"--advertise-address=" + host.AdvertiseAddress,
|
||||
"--client-ca-file=" + pki.CACertPath,
|
||||
"--tls-cert-file=" + pki.KubeAPICertPath,
|
||||
"--tls-private-key-file=" + pki.KubeAPIKeyPath,
|
||||
|
Reference in New Issue
Block a user