Skip to content

Commit 0a04403

Browse files
authored
Merge pull request #9021 from openshift-cherrypick-robot/cherry-pick-8908-to-enterprise-3.6
[enterprise-3.6] Sanitize openshift_master_cluster_hostname
2 parents 2445e88 + f42b070 commit 0a04403

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

install_config/install/advanced_install.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -1450,7 +1450,7 @@ inventory file:
14501450

14511451
----
14521452
openshift_master_cluster_method=native
1453-
openshift_master_cluster_hostname=lb.openshift.com
1453+
openshift_master_cluster_hostname=lb-internal.openshift.com
14541454
openshift_master_cluster_public_hostname=custom.openshift.com
14551455
----
14561456

@@ -2217,7 +2217,7 @@ endif::[]
22172217
# or to one or all of the masters defined in the inventory if no load
22182218
# balancer is present.
22192219
openshift_master_cluster_method=native
2220-
openshift_master_cluster_hostname=openshift-cluster.example.com
2220+
openshift_master_cluster_hostname=openshift-internal.example.com
22212221
openshift_master_cluster_public_hostname=openshift-cluster.example.com
22222222
22232223
# apply updated node defaults
@@ -2319,7 +2319,7 @@ openshift_deployment_type=openshift-enterprise
23192319
# or to one or all of the masters defined in the inventory if no load
23202320
# balancer is present.
23212321
openshift_master_cluster_method=native
2322-
openshift_master_cluster_hostname=openshift-cluster.example.com
2322+
openshift_master_cluster_hostname=openshift-internal.example.com
23232323
openshift_master_cluster_public_hostname=openshift-cluster.example.com
23242324
23252325
# override the default controller lease ttl

install_config/install/stand_alone_registry.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ openshift_master_default_subdomain=apps.test.example.com
274274
# or to one or all of the masters defined in the inventory if no load
275275
# balancer is present.
276276
openshift_master_cluster_method=native
277-
openshift_master_cluster_hostname=openshift-cluster.example.com
277+
openshift_master_cluster_hostname=openshift-internal.example.com
278278
openshift_master_cluster_public_hostname=openshift-cluster.example.com
279279
280280
# apply updated node defaults

0 commit comments

Comments
 (0)