diff --git a/pkg/ui/installsupport.go b/pkg/ui/installsupport.go index 93b19ac257a..1503681ac22 100644 --- a/pkg/ui/installsupport.go +++ b/pkg/ui/installsupport.go @@ -25,7 +25,7 @@ import ( assetfs "github.com/elazarl/go-bindata-assetfs" ) -const dashboardPath = "/api/v1/proxy/namespaces/default/services/kube-ui/#/dashboard/" +const dashboardPath = "/api/v1/proxy/namespaces/kube-system/services/kube-ui/#/dashboard/" type MuxInterface interface { Handle(pattern string, handler http.Handler)