We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0bb9aee + c2564dc commit a247971Copy full SHA for a247971
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