k3s/cluster/vsphere
Alain Roy 10545d72b3 Fixes to allow Kubernetes dashboard (UI) to work
The UI didn't work with vSphere kube-up implementation. This fixes
that by making the following changes:

* Configure the apiserver with admission controls, especially
  ServiceAccount. This will provide the token to the dashboard pod
  that it needs to talk to the apiserver. This will also improve other
  pods that require service accounts.
* Add routes to the master so it can communicate with the pods, so
  hitting the https://MASTER/ui URL will allow it to contact the
  pods.
* Add an extra subject for the cluster IP to the apiserver, so when
  the dashboard communicates with the apiserver, the certificate
  matches the IP address it's using.
2016-04-27 13:30:21 -07:00
..
templates Fixes to allow Kubernetes dashboard (UI) to work 2016-04-27 13:30:21 -07:00
config-common.sh vsphere support 2016-01-24 13:52:56 -08:00
config-default.sh Fixes to allow Kubernetes dashboard (UI) to work 2016-04-27 13:30:21 -07:00
config-test.sh cidr-fix for vsphere cloud provider 2016-03-02 12:52:56 -08:00
util.sh Fixes to allow Kubernetes dashboard (UI) to work 2016-04-27 13:30:21 -07:00