mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-06 06:46:26 +01:00
23 lines
1008 B
Plaintext
23 lines
1008 B
Plaintext
// Module included in the following assemblies:
|
|
// * web_console/web-console.adoc
|
|
|
|
[id="web-console-overview_{context}"]
|
|
= Understanding and accessing the web console
|
|
|
|
The web console runs as a pod on the master. The static assets required to run
|
|
the web console are served by the pod. Once {product-title} is successfully
|
|
installed, find the URL for the web console and login credentials for your
|
|
installed cluster in the CLI output of the installation program. For example:
|
|
|
|
[source,terminal]
|
|
.Example output
|
|
----
|
|
INFO Install complete!
|
|
INFO Run 'export KUBECONFIG=<your working directory>/auth/kubeconfig' to manage the cluster with 'oc', the OpenShift CLI.
|
|
INFO The cluster is ready when 'oc login -u kubeadmin -p <provided>' succeeds (wait a few minutes).
|
|
INFO Access the OpenShift web-console here: https://console-openshift-console.apps.demo1.openshift4-beta-abcorp.com
|
|
INFO Login to the console with user: kubeadmin, password: <provided>
|
|
----
|
|
|
|
Use those details to log in and access the web console.
|