We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 123a70b commit 5cbc927Copy full SHA for 5cbc927
install/sealos.go
@@ -58,7 +58,7 @@ func (s *SealosInstaller) InstallMaster0() {
58
cmd := fmt.Sprintf("echo %s apiserver.cluster.local >> /etc/hosts", s.Masters[0])
59
Cmd(s.Masters[0], cmd)
60
61
- cmd = "echo \"" + string(Template(s.Masters, VIP)) + "\" > /root/kubeadm-config.yaml"
+ cmd = "echo \"" + string(Template(s.Masters, s.VIP)) + "\" > /root/kubeadm-config.yaml"
62
63
64
cmd = `kubeadm init --config=/root/kubeadm-config.yaml --experimental-upload-certs`
0 commit comments