mirror of
https://github.com/rancher/rke.git
synced 2025-08-31 22:46:25 +00:00
Revert "Add per node kubelet server certificate"
This reverts commit b860e634db
.
This commit is contained in:
committed by
Denise
parent
b860e634db
commit
3f94e86706
@@ -176,7 +176,7 @@ func FetchCertificatesFromHost(ctx context.Context, extraHosts []*hosts.Host, ho
|
||||
|
||||
for _, etcdHost := range extraHosts {
|
||||
// Fetch etcd certificates
|
||||
crtList[GetCrtNameForAddress(etcdHost.InternalAddress, EtcdCertName)] = false
|
||||
crtList[GetEtcdCrtName(etcdHost.InternalAddress)] = false
|
||||
}
|
||||
|
||||
for certName, config := range crtList {
|
||||
|
Reference in New Issue
Block a user