Skip to content

Commit

Permalink
feat: modify init rke cluster script (#66)
Browse files Browse the repository at this point in the history
Signed-off-by: Qi Zhang <[email protected]>

Signed-off-by: Qi Zhang <[email protected]>
  • Loading branch information
zzzhangqi authored Nov 27, 2022
1 parent f35a8d3 commit 54bce79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/usecase/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -1203,7 +1203,7 @@ func (c *ClusterUsecase) GetInitNodeCmd(ctx context.Context) (*v1.InitNodeCmdRes
}, nil
}
return &v1.InitNodeCmdRes{
Cmd: fmt.Sprintf(`export SSH_RSA="%s"&&curl http://sh.rainbond.com/init_node_5.4 | bash`, pub),
Cmd: fmt.Sprintf(`export SSH_RSA="%s" && curl -sfL https://get.rainbond.com/init_node | bash`, pub),
}, nil
}

Expand Down

0 comments on commit 54bce79

Please sign in to comment.