Skip to content

Commit

Permalink
feat(alibaba): add more prompt info
Browse files Browse the repository at this point in the history
Signed-off-by: Jason-ZW <zhenyang@rancher.com>
  • Loading branch information
rancher-sy-bot committed Aug 24, 2020
1 parent f3cceab commit 061b039
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/providers/alibaba/alibaba.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ func (p *Alibaba) CreateK3sCluster(ssh *types.SSH) error {
defer func() {
s.Stop()
if p.UI != "none" {
fmt.Printf("K3s UI %s URL: https://%s:8999", p.UI, p.Status.MasterNodes[0].PublicIPAddress[0])
fmt.Printf("K3s UI %s URL: https://%s:8999\n", p.UI, p.Status.MasterNodes[0].PublicIPAddress[0])
fmt.Printf("Use `autok3s kubectl get pods -A` get UI status\n")
}
}()

Expand Down

0 comments on commit 061b039

Please # to comment.