Skip to content

Commit 1c9875b

Browse files
committed
BZ-2022831 Clarified unique domain requirements for Ingress Controller
1 parent e08e2c2 commit 1c9875b

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
@@ -50,7 +50,7 @@ spec:
5050
type: NLB
5151
----
5252
<1> Replace `$my_ingress_controller` with a unique name for the Ingress Controller.
53-
<2> Replace `$my_unique_ingress_domain` with a domain name that is unique among all Ingress Controllers in the cluster.
53+
<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>`.
5454
<3> You can replace `External` with `Internal` to use an internal NLB.
5555

5656
. Create the resource in the cluster:

0 commit comments

Comments
 (0)