fix: gateway address is not displayed (#5950)

Signed-off-by: hongzhouzi <hongzhouzi@kubesphere.io>
This commit is contained in:
hongzhouzi
2023-10-20 02:13:18 -05:00
committed by GitHub
parent 494c442ae8
commit 5a97b3f5e9

View File

@@ -47,7 +47,7 @@ import (
)
const (
MasterLabel = "node-role.kubernetes.io/master"
MasterLabel = "node-role.kubernetes.io/control-plane"
SidecarInject = "sidecar.istio.io/inject"
gatewayPrefix = "kubesphere-router-"
workingNamespace = "kubesphere-controls-system"