When installation completes, check to confirm whether you can access the console.
https://console-openshift-**console.apps.. and DNS set up**. Add the following wildcard entry to your DNS server to access the OpenShift web console and apps_:
Single system deployment:
<helper_node_floating_ip> *.apps.<cluster_name>.<base_domain>
Stretch cluster deployment:
<primary_helper_node_ip> *.apps.<cluster_name>.<base_domain>
For testing purposes, add these entries to your /etc/hosts to access the OpenShift web console:
Single system deployment:
<helper_node_floating_ip> console-openshift-console.apps.<cluster_name>.<base_domain>
<helper_node_floating_ip> oauth-openshift.apps.<cluster_name>.<base_domain>
Stretch cluster deployment:
<primary_helper_node_ip> console-openshift-console.apps.<cluster_name>.<base_domain>
<primary_helper_node_ip> oauth-openshift.apps.<cluster_name>.<base_domain>
Add the following entry to your DNS server or /etc/hosts to access the OpenShift APIs:
Single system deployment:
<helper_node_floating_ip> api.<cluster_name>.<base_domain>
Stretch cluster deployment:
<primary_helper_node_ip> api.<cluster_name>.<base_domain>