File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ func GetJoinCmd() *cobra.Command {
49
49
50
50
format := v .GetString ("output" )
51
51
if format == "string" || format == "" {
52
- fmt .Println (strings .Join (joinCmd , " && \n " ))
52
+ fmt .Println (strings .Join (joinCmd , " && \\ \ n " ))
53
53
return nil
54
54
} else if format == "json" {
55
55
type joinCommandResponse struct {
Original file line number Diff line number Diff line change @@ -431,16 +431,16 @@ const EmbeddedClusterManagement = ({
431
431
{ rolesData ?. roles &&
432
432
rolesData . roles . length > 1 &&
433
433
"Select one or more roles to assign to the new node." } { " " }
434
- Copy the join commands and run them on the machine you'd like to join to
434
+ Copy the commands and run them on the machine you'd like to join to
435
435
the cluster.
436
436
</ p >
437
437
</ div >
438
438
) ;
439
439
} ;
440
440
441
441
const addNodesCommandInstructions = [
442
- "Download the installation assets " ,
443
- "Extract the installation assets " ,
442
+ "Download the binary on the new node " ,
443
+ "Extract the binary " ,
444
444
"Join the node to the cluster" ,
445
445
] ;
446
446
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ const AddANodeModal = ({
31
31
{ rolesData ?. roles &&
32
32
rolesData . roles . length > 1 &&
33
33
"Select one or more roles to assign to the new node. " }
34
- Copy the join commands and run them on the machine you'd like to join to
34
+ Copy the commands and run them on the machine you'd like to join to
35
35
the cluster.
36
36
</ p >
37
37
{ children }
You can’t perform that action at this time.
0 commit comments