From ee06479a6672b3bee133fbfcc65ecd857af70a4a Mon Sep 17 00:00:00 2001 From: Brian Grant Date: Tue, 7 Jul 2015 18:21:07 +0000 Subject: [PATCH] Update UI redirect to kube-system. --- pkg/ui/installsupport.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)