• Alain Roy's avatar
    Fixes to allow Kubernetes dashboard (UI) to work · 10545d72
    Alain Roy authored
    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.
    10545d72
Name
Last commit
Last update
..
templates Loading commit data...
config-common.sh Loading commit data...
config-default.sh Loading commit data...
config-test.sh Loading commit data...
util.sh Loading commit data...