Remove /ui/ redirect

This commit is contained in:
Jordan Liggitt
2017-10-13 12:49:21 -04:00
parent 4cc993a720
commit f8e206e802
7 changed files with 4 additions and 65 deletions

View File

@@ -336,7 +336,6 @@ func CreateKubeAPIServerConfig(s *options.ServerRunOptions, nodeTunneler tunnele
EnableCoreControllers: true,
EventTTL: s.EventTTL,
KubeletClientConfig: s.KubeletConfig,
EnableUISupport: true,
EnableLogsSupport: s.EnableLogsHandler,
ProxyTransport: proxyTransport,