Update Dashboard add-on to version 1.8.0

This commit is contained in:
Marcin Maciaszczyk
2017-09-26 11:20:07 +02:00
committed by maciaszczykm
parent 24042ce6e7
commit a8bf90f85e
11 changed files with 115 additions and 28 deletions

View File

@@ -22,7 +22,7 @@ import (
"k8s.io/apiserver/pkg/server/mux"
)
const dashboardPath = "/api/v1/namespaces/kube-system/services/kubernetes-dashboard/proxy"
const dashboardPath = "/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy/"
// UIRedirect redirects /ui to the kube-ui proxy path.
type UIRedirect struct{}