We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9553f7a commit c2564dcCopy full SHA for c2564dc
pkg/cmd/server/api/v1/conversions.go
@@ -26,7 +26,7 @@ func init() {
26
obj.PolicyConfig.OpenShiftInfrastructureNamespace = bootstrappolicy.DefaultOpenShiftInfraNamespace
27
}
28
if len(obj.RoutingConfig.Subdomain) == 0 {
29
- obj.RoutingConfig.Subdomain = "router.default.local"
+ obj.RoutingConfig.Subdomain = "router.default.svc.cluster.local"
30
31
},
32
func(obj *KubernetesMasterConfig) {
0 commit comments