Skip to content

Commit 551a1d3

Browse files
authored
Merge pull request #9019 from openshift-cherrypick-robot/cherry-pick-8908-to-enterprise-3.9
[enterprise-3.9] Sanitize openshift_master_cluster_hostname
2 parents 01af694 + 870c4a4 commit 551a1d3

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
@@ -1405,7 +1405,7 @@ inventory file:
14051405

14061406
----
14071407
openshift_master_cluster_method=native
1408-
openshift_master_cluster_hostname=lb.openshift.com
1408+
openshift_master_cluster_hostname=lb-internal.openshift.com
14091409
openshift_master_cluster_public_hostname=custom.openshift.com
14101410
----
14111411

@@ -2170,7 +2170,7 @@ endif::[]
21702170
# or to one or all of the masters defined in the inventory if no load
21712171
# balancer is present.
21722172
openshift_master_cluster_method=native
2173-
openshift_master_cluster_hostname=openshift-cluster.example.com
2173+
openshift_master_cluster_hostname=openshift-internal.example.com
21742174
openshift_master_cluster_public_hostname=openshift-cluster.example.com
21752175
21762176
# apply updated node defaults
@@ -2282,7 +2282,7 @@ endif::[]
22822282
# or to one or all of the masters defined in the inventory if no load
22832283
# balancer is present.
22842284
openshift_master_cluster_method=native
2285-
openshift_master_cluster_hostname=openshift-cluster.example.com
2285+
openshift_master_cluster_hostname=openshift-internal.example.com
22862286
openshift_master_cluster_public_hostname=openshift-cluster.example.com
22872287
22882288
# host group for masters

install_config/install/stand_alone_registry.adoc

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

0 commit comments

Comments
 (0)