kubernetes/pkg
Kubernetes Submit Queue fd553ca8e2
Merge pull request #53766 from liggitt/ui-redirect
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>.

Remove /ui/ redirect

The existing kube-apiserver hard-codes `/ui` to redirect to an optional add-on, which is not appropriate. It does not work in the following scenarios:
* https-enabled dashboards
* the dashboard is deployed to a different namespace or service name
* the dashboard is not installed at all
* authorization is enabled and does not allow access to /ui

This PR removes the hard-coded `/ui` redirect.

```release-note
apiserver: the /ui kube-dashboard redirect has been removed. Follow instructions specific to your deployment to access kube-dashboard
```
2018-02-13 04:29:18 -08:00
..
api fix all the typos across the project 2018-02-11 11:04:14 +08:00
apis Merge pull request #59359 from khenidak/svc-remove-sync 2018-02-12 13:50:09 -08:00
auth fix all the typos across the project 2018-02-11 11:04:14 +08:00
capabilities Autogenerate BUILD files 2017-12-23 13:12:11 -08:00
client Fix typo 2018-02-01 19:11:19 +08:00
cloudprovider Merge pull request #57969 from jsafrane/aws-approver 2018-02-12 19:41:02 -08:00
controller fix all the typos across the project 2018-02-11 11:04:14 +08:00
credentialprovider Better check for GCE VM 2018-01-17 18:35:51 -05:00
features fix all the typos across the project 2018-02-11 11:04:14 +08:00
fieldpath Autogenerate BUILD files 2017-12-23 13:12:11 -08:00
generated Merge pull request #59334 from cblecker/top-dir-owners 2018-02-05 21:14:37 -08:00
kubeapiserver Merge pull request #58743 from NickrenREN/pv-protection 2018-02-01 19:39:52 -08:00
kubectl Merge pull request #59506 from juanvallejo/jvallejo/handle-watch-multiple-reqs 2018-02-12 02:25:45 -08:00
kubelet Merge pull request #56454 from mtanino/volumehandler-refactor 2018-02-12 15:44:33 -08:00
kubemark Move ungated 'alpha' KubeletConfiguration fields and self-registration fields to KubeletFlags 2017-11-15 17:47:10 -08:00
master Remove /ui/ redirect 2018-02-12 10:54:33 -05:00
printers fix all the typos across the project 2018-02-11 11:04:14 +08:00
probe Autogenerate BUILD files 2017-12-23 13:12:11 -08:00
proxy Merge pull request #52528 from m1093782566/refactor-proxy 2018-02-12 23:29:50 -08:00
quota fix all the typos across the project 2018-02-11 11:04:14 +08:00
registry Merge pull request #59499 from soltysh/cronjob_short 2018-02-12 20:19:56 -08:00
routes Remove /ui/ redirect 2018-02-12 10:54:33 -05:00
scheduler Merge pull request #59671 from bsalamat/sched_queue_perf 2018-02-13 00:07:58 -08:00
security fix all the typos across the project 2018-02-11 11:04:14 +08:00
securitycontext pkg/securitycontext/util_test.go(TestAddNoNewPrivileges): update tests. 2018-01-08 15:46:39 +01:00
serviceaccount svcacct: move claim generation out of TokenGenerator 2018-02-06 13:19:54 -08:00
ssh Autogenerate BUILD files 2017-12-23 13:12:11 -08:00
util Merge pull request #59464 from dixudx/fix_all_typos 2018-02-10 22:12:45 -08:00
version Kubelet flags take precedence 2018-01-29 10:07:37 -08:00
volume Merge pull request #56454 from mtanino/volumehandler-refactor 2018-02-12 15:44:33 -08:00
watch/json remove outdate package 2018-01-15 23:17:19 +08:00
.import-restrictions Add import-boss directives 2017-10-13 07:06:22 -04:00
BUILD Merge pull request #58295 from zouyee/outdate 2018-02-05 22:28:41 -08:00
OWNERS