Merge pull request #10849 from bgrant0607/bugfix1

Update UI redirect to kube-system.
This commit is contained in:
Yu-Ju Hong 2015-07-07 13:18:04 -07:00
commit e29b76d46e

View File

@ -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)