Skip to content

Commit f1d8709

Browse files
author
Brice Fallon-Freeman
authored
Merge pull request openshift#3189 from bfallonf/verify_1392204
Bug 1392204 added verification steps for console
2 parents eb2d7ec + b532f22 commit f1d8709

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

install_config/install/advanced_install.adoc

+14
Original file line numberDiff line numberDiff line change
@@ -1145,8 +1145,22 @@ node1.example.com Ready 165d
11451145
node2.example.com Ready 165d
11461146
----
11471147
====
1148+
1149+
To verify that the web console is installed correctly, use the master host name and the console port number to access the console with a web browser.
1150+
1151+
For example, for a master host with a hostname of `master.openshift.com` and using the default port of `8443`, the web console would be found at:
1152+
1153+
----
1154+
https://master.openshift.com:8443/console
1155+
----
1156+
11481157
// end::verifying-the-installation[]
11491158

1159+
[NOTE]
1160+
====
1161+
The default port for the console is `8443`. If this was changed during the installation, the port can be found at *openshift_master_console_port* in the *_/etc/ansible/hosts_* file.
1162+
====
1163+
11501164
*Multiple etcd Hosts*
11511165

11521166
If you installed multiple *etcd* hosts:

0 commit comments

Comments
 (0)