Skip to content

Commit a5f14f6

Browse files
authored
Merge pull request #48397 from xenolinux/app-floating-ip
BZ2092705: Changes api_floating_ip to application_floating_ip
2 parents 6edf3ef + 239d8e6 commit a5f14f6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

modules/installation-osp-accessing-api-floating.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ api.<cluster_name>.<base_domain>. IN A <API_FIP>
6464
If you do not control the DNS server, you can access the cluster by adding the cluster domain names such as the following to your `/etc/hosts` file:
6565
6666
* `<api_floating_ip> api.<cluster_name>.<base_domain>`
67-
* `<api_floating_ip> grafana-openshift-monitoring.apps.<cluster_name>.<base_domain>`
68-
* `<api_floating_ip> prometheus-k8s-openshift-monitoring.apps.<cluster_name>.<base_domain>`
69-
* `<api_floating_ip> oauth-openshift.apps.<cluster_name>.<base_domain>`
70-
* `<api_floating_ip> console-openshift-console.apps.<cluster_name>.<base_domain>`
71-
* `api_floating_ip integrated-oauth-server-openshift-authentication.apps.<cluster_name>.<base_domain>`
67+
* `<application_floating_ip> grafana-openshift-monitoring.apps.<cluster_name>.<base_domain>`
68+
* `<application_floating_ip> prometheus-k8s-openshift-monitoring.apps.<cluster_name>.<base_domain>`
69+
* `<application_floating_ip> oauth-openshift.apps.<cluster_name>.<base_domain>`
70+
* `<application_floating_ip> console-openshift-console.apps.<cluster_name>.<base_domain>`
71+
* `application_floating_ip integrated-oauth-server-openshift-authentication.apps.<cluster_name>.<base_domain>`
7272
7373
The cluster domain names in the `/etc/hosts` file grant access to the web console and the monitoring interface of your cluster locally. You can also use the `kubectl` or `oc`. You can access the user applications by using the additional entries pointing to the <application_floating_ip>. This action makes the API and applications accessible to only you, which is not suitable for production deployment, but does allow installation for development and testing.
7474
====

0 commit comments

Comments
 (0)