Skip to content

Commit

Permalink
fix(main): delete clean_unused_func (#4017) (#4018)
Browse files Browse the repository at this point in the history
Signed-off-by: cuisongliu <cuisongliu@qq.com>
Co-authored-by: cuisongliu <cuisongliu@qq.com>
  • Loading branch information
sealos-ci-robot and cuisongliu committed Sep 29, 2023
1 parent 050d70b commit cb75187
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/runtime/kubernetes/init.go
Expand Up @@ -68,10 +68,6 @@ func (k *KubeadmRuntime) GenerateCert() error {
)
}

func (k *KubeadmRuntime) SendNewCertAndKeyToMasters() error {
return k.sendNewCertAndKey(k.getMasterIPAndPortList())
}

func (k *KubeadmRuntime) CreateKubeConfigFiles() error {
logger.Info("start to create kubeconfig...")
hostName, err := k.execHostname(k.getMaster0IPAndPort())
Expand Down

0 comments on commit cb75187

Please sign in to comment.