Skip to content

Commit 50d8a1e

Browse files
authored
Merge pull request #41148 from bscott-rh/BZ-2022831
BZ-2022831 Clarified unique domain requirements for Ingress Controller
2 parents 15173c7 + 1c9875b commit 50d8a1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/nw-aws-nlb-existing-cluster.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ spec:
5151
type: NLB
5252
----
5353
<1> Replace `$my_ingress_controller` with a unique name for the Ingress Controller.
54-
<2> Replace `$my_unique_ingress_domain` with a domain name that is unique among all Ingress Controllers in the cluster.
54+
<2> Replace `$my_unique_ingress_domain` with a domain name that is unique among all Ingress Controllers in the cluster. This variable must be a subdomain of the DNS name `<clustername>.<domain>`.
5555
<3> You can replace `External` with `Internal` to use an internal NLB.
5656
5757
. Create the resource in the cluster:

0 commit comments

Comments
 (0)