Skip to content

Commit

Permalink
Issue crc-org#489: Use 'crc console' instead of webconsole URL
Browse files Browse the repository at this point in the history
At the moment, crc start and the documentation both give a URL to paste
in a web browser in order to use the web console. Since we have a 'crc
console' command, it's better to use it instead.

This fixes crc-org#489
  • Loading branch information
cfergeau committed Sep 23, 2019
1 parent 0e62f02 commit f7d88a6
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,7 @@ For more information, see <<starting-the-virtual-machine_{context}>>.

* To access the OpenShift web console, follow these steps:

. Open the OpenShift web console URL printed in the output of the [command]`{bin} start` command:
+
[subs="+quotes,attributes"]
----
$ _browser_command_ https://console-openshift-console.apps-crc.testing
----
// Can we use `xdg-open` here instead?
. Run [command]`{bin} console`. This will open your web browser and direct it to the web console.

. Log in to the OpenShift web console as the `kubeadmin` user with the password printed in the output of the [command]`{bin} start` command.
+
Expand Down

0 comments on commit f7d88a6

Please sign in to comment.