Skip to content

Commit fdf9504

Browse files
authored
Merge pull request #43867 from skrthomas/OSDOCS3412
OSDOCS-3412:Removing AWS-only language from appsDomain ingress config
2 parents 3034b76 + 3c173cf commit fdf9504

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@
55

66
:_content-type: PROCEDURE
77
[id="nw-ingress-configuring-application-domain_{context}"]
8-
= Configuring application domain for the Ingress Controller Operator on AWS
8+
= Configuring application domain for the Ingress Controller Operator
99

1010
//OpenShift Dedicated or Amazon RH OpenShift cluster administrator
1111

12-
As a cluster administrator, you can specify an alternative to the default cluster domain for user-created routes by configuring the `appsDomain` field. The `appsDomain` field is an optional domain for AWS infrastructure to use instead of the default, which is specified in the `domain` field. If you specify an alternative domain, it overrides the default cluster domain for the purpose of determining the default host for a new route.
12+
As a cluster administrator, you can specify an alternative to the default cluster domain for user-created routes by configuring the `appsDomain` field. The `appsDomain` field is an optional domain for {product-title} to use instead of the default, which is specified in the `domain` field. If you specify an alternative domain, it overrides the default cluster domain for the purpose of determining the default host for a new route.
1313

1414
For example, you can use the DNS domain for your company as the default domain for routes and ingresses for applications running on your cluster.
1515

1616
.Prerequisites
1717

1818
//* You deployed an {OSD} cluster.
19-
* You deployed an {product-title} cluster on AWS infrastructure.
19+
* You deployed an {product-title} cluster.
2020
* You installed the `oc` command line interface.
2121
2222
.Procedure
@@ -44,7 +44,7 @@ spec:
4444
appsDomain: <test.example.com> <2>
4545
----
4646
<1> Default domain
47-
<2> Optional: Domain for AWS infrastructure to use for application routes. Instead of the default prefix, `apps`, you can use an alternative prefix like `test`.
47+
<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:
5050
//+

modules/nw-ingress-controller-configuration-parameters.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The `domain` value must be unique among all Ingress Controllers and cannot be up
2626
If empty, the default value is `ingress.config.openshift.io/cluster` `.spec.domain`.
2727

2828
|`appsDomain`
29-
|`appsDomain` is an optional domain for AWS infrastructure to use instead of the one specified in the `domain` field when a Route is created without specifying an explicit host. If a value is entered for `appsDomain`, this value is used to generate default host values for the Route. Unlike `domain`, `appsDomain` can be modified after installation. You can use this parameter only if you set up a new Ingress Controller that uses a wildcard certificate.
29+
|`appsDomain` is an optional domain for {product-title} to use instead of the one specified in the `domain` field when a Route is created without specifying an explicit host. If a value is entered for `appsDomain`, this value is used to generate default host values for the Route. Unlike `domain`, `appsDomain` can be modified after installation. You can use this parameter only if you set up a new Ingress Controller that uses a wildcard certificate.
3030

3131
|`replicas`
3232
|`replicas` is the desired number of Ingress Controller replicas. If not set, the default value is `2`.

0 commit comments

Comments
 (0)