mirror of
https://github.com/outbackdingo/kamaji.git
synced 2026-01-27 10:19:29 +00:00
refactor: unrequired node registration for kubeadm config
This commit is contained in:
@@ -35,7 +35,6 @@ func CreateKubeadmInitConfiguration(params Parameters) (*Configuration, error) {
|
||||
AdvertiseAddress: params.TenantControlPlaneAddress,
|
||||
BindPort: params.TenantControlPlanePort,
|
||||
}
|
||||
conf.NodeRegistration.Name = params.TenantControlPlaneName
|
||||
|
||||
caFile, certFile, keyFile := "", "", ""
|
||||
if strings.HasPrefix(params.ETCDs[0], "https") {
|
||||
|
||||
Reference in New Issue
Block a user