@@ -16,7 +16,7 @@ func PrintDNSConfiguration(host string, log log.Logger) {
16
16
17
17
################################### DNS CONFIGURATION REQUIRED ##################################
18
18
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.
20
20
To find this EXTERNAL-IP, run the following command and look at the output:
21
21
22
22
> 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
29
29
30
30
#########################################################################################################
31
31
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.
34
34
35
35
` )
36
36
}
@@ -54,10 +54,10 @@ Login via CLI: %s
54
54
55
55
#################################################################
56
56
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.
59
59
60
- Thanks for using Loft !
60
+ Thanks for using vCluster Platform !
61
61
` ), ansi .Color (url , "green+b" ), ansi .Color (product .LoginCmd ()+ " --insecure " + url , "green+b" )))
62
62
}
63
63
@@ -85,9 +85,9 @@ Follow this guide to add a valid certificate: %s
85
85
86
86
#################################################################
87
87
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
89
89
90
- Thanks for using Loft !
90
+ Thanks for using vCluster Platform !
91
91
` ),
92
92
ansi .Color (url , "green+b" ),
93
93
ansi .Color (product .LoginCmd ()+ " --insecure " + url , "green+b" ),
@@ -116,9 +116,9 @@ Login via CLI: %s
116
116
117
117
#################################################################
118
118
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
120
120
121
- Thanks for using Loft !
121
+ Thanks for using vCluster Platform !
122
122
` ),
123
123
ansi .Color (url , "green+b" ),
124
124
ansi .Color (product .LoginCmd ()+ " " + url , "green+b" ),
0 commit comments