Skip to content

Commit a247971

Browse files
author
OpenShift Bot
committed
Merge pull request #3749 from smarterclayton/wrong_name_for_dns
Merged by openshift-bot
2 parents 0bb9aee + c2564dc commit a247971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/server/api/v1/conversions.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ func init() {
2626
obj.PolicyConfig.OpenShiftInfrastructureNamespace = bootstrappolicy.DefaultOpenShiftInfraNamespace
2727
}
2828
if len(obj.RoutingConfig.Subdomain) == 0 {
29-
obj.RoutingConfig.Subdomain = "router.default.local"
29+
obj.RoutingConfig.Subdomain = "router.default.svc.cluster.local"
3030
}
3131
},
3232
func(obj *KubernetesMasterConfig) {

0 commit comments

Comments
 (0)