mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 06:27:05 +00:00
Merge pull request #10849 from bgrant0607/bugfix1
Update UI redirect to kube-system.
This commit is contained in:
commit
e29b76d46e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user