Add kubernetes dashboard 64/85864/10
authorPetr Ospalý <p.ospaly@partner.samsung.com>
Sat, 20 Apr 2019 03:25:23 +0000 (05:25 +0200)
committerMichal Ptacek <m.ptacek@partner.samsung.com>
Mon, 20 May 2019 10:36:30 +0000 (10:36 +0000)
commit67acfb594844515aa07f5d292f334a93ab92f0a2
treef88c3dd4d8240b8800b4e97cf103be6834b1f015
parentbf11d96ff6d9908bf04335a66d0e092a736d4561
Add kubernetes dashboard

Either run kubectl proxy, but you must setup routes or kubectl on some
node (only infra has kubectl by default). Another option is connecting
onto the node where the dashboard is exposed via NodePort. Instructions
are here:
https://github.com/kubernetes/dashboard/wiki/Accessing-dashboard
(1.7.X and above)

Change-Id: I5a28f458c0ae949278b1e6eaf6eb063d09f93fc0
Issue-ID: OOM-1778
Signed-off-by: Petr Ospalý <p.ospaly@partner.samsung.com>
Signed-off-by: Michal Zegan <m.zegan@samsung.com>
ansible/group_vars/infrastructure.yml
ansible/roles/rke/defaults/main.yml
ansible/roles/rke/tasks/rke_config.yml
ansible/roles/rke/templates/cluster.yml.j2
ansible/roles/rke/templates/k8s-dashboard-user.yml.j2 [new file with mode: 0644]
ansible/roles/rke/templates/kubernetes-dashboard.yaml.j2 [new file with mode: 0644]