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 311af36 commit 384a944Copy full SHA for 384a944
install/sealos.go
@@ -86,7 +86,7 @@ func (s *SealosInstaller) JoinNodes() {
86
func (s *SealosInstaller) decodeOutput(output []byte) {
87
s0 := string(output)
88
slice := strings.Split(s0, "kubeadm join")
89
- slice1 := strings.Split(slice[1], "\n\n")
+ slice1 := strings.Split(slice[1], "Please note")
90
fmt.Println(" join command is: ", slice1[0])
91
s.decodeJoinCmd(slice1[0])
92
}
0 commit comments