Skip to content

Commit

Permalink
fix(main): delete clean_unused_func
Browse files Browse the repository at this point in the history
Signed-off-by: cuisongliu <cuisongliu@qq.com>
  • Loading branch information
cuisongliu committed Sep 29, 2023
1 parent b08b39b commit ce50eb8
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 ce50eb8

Please sign in to comment.