You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`.
11
10
12
11
.YAML Definition of the `Ingress` resource
13
12
[source,yaml]
@@ -20,14 +19,8 @@ spec:
20
19
domain: apps.openshiftdemos.com
21
20
----
22
21
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:
27
23
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.
30
25
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