Skip to content

Commit c95e889

Browse files
authored
Merge pull request openshift#8908 from fbac/fix-masterurl
Sanitize openshift_master_cluster_hostname
2 parents c5eecf9 + ac3fd45 commit c95e889

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
@@ -1428,7 +1428,7 @@ inventory file:
14281428

14291429
----
14301430
openshift_master_cluster_method=native
1431-
openshift_master_cluster_hostname=lb.openshift.com
1431+
openshift_master_cluster_hostname=lb-internal.openshift.com
14321432
openshift_master_cluster_public_hostname=custom.openshift.com
14331433
----
14341434

@@ -2200,7 +2200,7 @@ endif::[]
22002200
# or to one or all of the masters defined in the inventory if no load
22012201
# balancer is present.
22022202
openshift_master_cluster_method=native
2203-
openshift_master_cluster_hostname=openshift-cluster.example.com
2203+
openshift_master_cluster_hostname=openshift-internal.example.com
22042204
openshift_master_cluster_public_hostname=openshift-cluster.example.com
22052205
22062206
# apply updated node defaults
@@ -2312,7 +2312,7 @@ endif::[]
23122312
# or to one or all of the masters defined in the inventory if no load
23132313
# balancer is present.
23142314
openshift_master_cluster_method=native
2315-
openshift_master_cluster_hostname=openshift-cluster.example.com
2315+
openshift_master_cluster_hostname=openshift-internal.example.com
23162316
openshift_master_cluster_public_hostname=openshift-cluster.example.com
23172317
23182318
# 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)