Skip to content

Commit 77bd7e2

Browse files
authored
Merge pull request #52393 from xenolinux/route
BZ1957067: Explain the route domain configuration
2 parents 32d76ad + c329f7e commit 77bd7e2

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

modules/nw-creating-a-route.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ spec:
7373
kind: Service
7474
name: hello-openshift
7575
----
76-
<1> `<Ingress_Domain>` is the default ingress domain name.
77-
<2> `targetPort` is the target port on pods that is selected by the service that this route points to.
76+
<1> `<Ingress_Domain>` is the default ingress domain name. The `ingresses.config/cluster` object is created during the installation and cannot be changed. If you want to specify a different domain, you can specify an alternative cluster domain using the `appsDomain` option.
77+
<2> `targetPort` is the target port on pods that is selected by the service that this route points to.
7878

7979
+
8080
[NOTE]

modules/nw-ingress-configuring-application-domain.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ spec:
4343
domain: apps.example.com <1>
4444
appsDomain: <test.example.com> <2>
4545
----
46-
<1> Default domain
46+
<1> Specifies the default domain. You cannot modify the default domain after installation.
4747
<2> Optional: Domain for {product-title} infrastructure to use for application routes. Instead of the default prefix, `apps`, you can use an alternative prefix like `test`.
4848
+
4949
. Verify that an existing route contains the domain name specified in the `appsDomain` field by exposing the route and verifying the route domain change:

networking/routes/route-configuration.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ include::modules/nw-throughput-troubleshoot.adoc[leveloffset=+1]
4242
* xref:../../nodes/edge/nodes-edge-remote-workers.adoc#nodes-edge-remote-workers-latency[Latency spikes or temporary reduction in throughput to remote workers]
4343
4444
45-
* xref:../../networking/ingress-operator.adoc#nw-ingress-controller-configuration-parameters_configuring-ingress[Ingress Controller configuration
45+
* xref:../../networking/ingress-operator.adoc#nw-ingress-controller-configuration-parameters_configuring-ingress[Ingress Controller configuration
4646
parameters]
4747
endif::[]
4848
@@ -66,3 +66,8 @@ include::modules/nw-ingress-edge-route-default-certificate.adoc[leveloffset=+1]
6666
include::modules/nw-ingress-reencrypt-route-custom-cert.adoc[leveloffset=+1]
6767

6868
include::modules/nw-router-configuring-dual-stack.adoc[leveloffset=+1]
69+
70+
[role="_additional-resources"]
71+
.Additional resources
72+
73+
* xref:../../networking/ingress-operator.adoc#configuring-ingress[Specifying an alternative cluster domain using the appsDomain option]

0 commit comments

Comments
 (0)