Skip to content

Commit 13e22fb

Browse files
committed
Bug 1957244 update Ingress configuration description for OpenShift API Server Operator
1 parent cecd4f7 commit 13e22fb

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

modules/nw-installation-ingress-config-asset.adoc

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
[id="nw-installation-ingress-config-asset_{context}"]
77
= The Ingress configuration asset
88

9-
The installation program generates an asset with an `Ingress` resource in the
10-
`config.openshift.io` API group, `cluster-ingress-02-config.yml`.
9+
The installation program generates an asset with an `Ingress` resource in the `config.openshift.io` API group, `cluster-ingress-02-config.yml`.
1110

1211
.YAML Definition of the `Ingress` resource
1312
[source,yaml]
@@ -20,14 +19,8 @@ spec:
2019
domain: apps.openshiftdemos.com
2120
----
2221

23-
The installation program stores this asset in the
24-
`cluster-ingress-02-config.yml` file in
25-
the `manifests/` directory. This `Ingress` resource defines the cluster-wide
26-
configuration for Ingress. This Ingress configuration is used as follows:
22+
The installation program stores this asset in the `cluster-ingress-02-config.yml` file in the `manifests/` directory. This `Ingress` resource defines the cluster-wide configuration for Ingress. This Ingress configuration is used as follows:
2723

28-
* The Ingress Operator uses the domain from the cluster Ingress configuration as
29-
the domain for the default Ingress Controller.
24+
* The Ingress Operator uses the domain from the cluster Ingress configuration as the domain for the default Ingress Controller.
3025

31-
* The OpenShift API server operator uses the domain from the cluster Ingress
32-
configuration as the domain used when generating a default host for a `Route`
33-
resource that does not specify an explicit host.
26+
* The OpenShift API Server Operator uses the domain from the cluster Ingress configuration. This domain is also used when generating a default host for a `Route` resource that does not specify an explicit host.

0 commit comments

Comments
 (0)