mirror of https://github.com/k3s-io/k3s
Merge pull request #53724 from davidstack/master
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. update wrong commentspull/6/head
commit
a69e6fb9b3
|
@ -24,7 +24,7 @@ import (
|
|||
|
||||
const dashboardPath = "/api/v1/namespaces/kube-system/services/kubernetes-dashboard/proxy"
|
||||
|
||||
// UIRediect redirects /ui to the kube-ui proxy path.
|
||||
// UIRedirect redirects /ui to the kube-ui proxy path.
|
||||
type UIRedirect struct{}
|
||||
|
||||
func (r UIRedirect) Install(c *mux.PathRecorderMux) {
|
||||
|
|
Loading…
Reference in New Issue