Skip to content

Commit fa947b8

Browse files
authored
Fixed minor issues in printhelper.go (#2514)
1 parent 7d82df5 commit fa947b8

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pkg/cli/printhelper/printhelper.go

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ func PrintDNSConfiguration(host string, log log.Logger) {
1616
1717
################################### DNS CONFIGURATION REQUIRED ##################################
1818
19-
Create a DNS A-record for `+host+` with the EXTERNAL-IP of your nginx-ingress controller.
19+
Create a DNS A-record for `+host+` with the EXTERNAL-IP of your NGINX Ingress controller.
2020
To find this EXTERNAL-IP, run the following command and look at the output:
2121
2222
> kubectl get services -n ingress-nginx
@@ -29,8 +29,8 @@ EXTERNAL-IP may be 'pending' for a while until your cloud provider has created a
2929
3030
#########################################################################################################
3131
32-
The command will wait until loft is reachable under the host. You can also abort and use port-forwarding instead
33-
by running 'loft start' again.
32+
The command waits until the platform is reachable under the host. You can also abort and use port-forwarding instead
33+
by running 'vcluster platform start' again.
3434
3535
`)
3636
}
@@ -54,10 +54,10 @@ Login via CLI: %s
5454
5555
#################################################################
5656
57-
Loft was successfully installed and port-forwarding has been started.
58-
If you stop this command, run 'loft start' again to restart port-forwarding.
57+
The platform was successfully installed and port-forwarding has started.
58+
If you stop this command, run 'vcluster platform start' again to restart port-forwarding.
5959
60-
Thanks for using Loft!
60+
Thanks for using vCluster Platform!
6161
`), ansi.Color(url, "green+b"), ansi.Color(product.LoginCmd()+" --insecure "+url, "green+b")))
6262
}
6363

@@ -85,9 +85,9 @@ Follow this guide to add a valid certificate: %s
8585
8686
#################################################################
8787
88-
Loft was successfully installed and can now be reached at: %s
88+
vCluster Platform was successfully installed and can now be reached at: %s
8989
90-
Thanks for using Loft!
90+
Thanks for using vCluster Platform!
9191
`),
9292
ansi.Color(url, "green+b"),
9393
ansi.Color(product.LoginCmd()+" --insecure "+url, "green+b"),
@@ -116,9 +116,9 @@ Login via CLI: %s
116116
117117
#################################################################
118118
119-
Loft was successfully installed and can now be reached at: %s
119+
vCluster Platform was successfully installed and can now be reached at: %s
120120
121-
Thanks for using Loft!
121+
Thanks for using vCluster Platform!
122122
`),
123123
ansi.Color(url, "green+b"),
124124
ansi.Color(product.LoginCmd()+" "+url, "green+b"),

0 commit comments

Comments
 (0)