mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 23:47:50 +00:00
allow fallthrough handling from go-restful routes
This commit is contained in:
@@ -216,7 +216,7 @@ func (c completedConfig) New() (*Master, error) {
|
||||
}
|
||||
|
||||
if c.EnableUISupport {
|
||||
routes.UIRedirect{}.Install(s.HandlerContainer)
|
||||
routes.UIRedirect{}.Install(s.FallThroughHandler)
|
||||
}
|
||||
if c.EnableLogsSupport {
|
||||
routes.Logs{}.Install(s.HandlerContainer)
|
||||
|
||||
Reference in New Issue
Block a user