You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Directly add the link to the webconsole. No more indirection with crc
console.
* Better display credentials
* Include a small how-to for the oc command line
"To access the cluster, first set up your environment by following the instructions returned by executing 'crc oc-env'.",
150
-
fmt.Sprintf("Then you can access your cluster by running 'oc login -u %s -p %s %s'.", s.ClusterConfig.DeveloperCredentials.Username, s.ClusterConfig.DeveloperCredentials.Password, s.ClusterConfig.URL),
151
-
fmt.Sprintf("To login as a cluster admin, run 'oc login -u %s -p %s %s'.", s.ClusterConfig.AdminCredentials.Username, s.ClusterConfig.AdminCredentials.Password, s.ClusterConfig.URL),
152
-
"",
153
-
"You can also run 'crc console' and use the above credentials to access the OpenShift web console.",
0 commit comments