Commit e29b76d4 authored by Yu-Ju Hong's avatar Yu-Ju Hong

Merge pull request #10849 from bgrant0607/bugfix1

Update UI redirect to kube-system.
parents 530bff31 ee06479a
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment