Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

Commit

Permalink
Merge pull request #8 from rak8s/develop
Browse files Browse the repository at this point in the history
Changes in Dev Merging to Master
  • Loading branch information
chris-short authored Jan 22, 2018
2 parents ccd435e + 3a58160 commit cb7e948
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion roles/dashboard/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
shell: kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/master/src/deploy/recommended/kubernetes-dashboard-arm.yaml

- name: Configure Dashboard Access
shell: kubectl apply -f https://raw.githubusercontent.com/chris-short/pik8s/master/roles/dashboard/files/dashboard-admin.yaml
shell: kubectl apply -f https://raw.githubusercontent.com/rak8s/rak8s/master/roles/dashboard/files/dashboard-admin.yaml

- name: Force Rebuild Dashboard Pods
shell: kubectl -n kube-system delete $(kubectl -n kube-system get pod -o name | grep dashboard)

- name: Fetch kubeconfig file
fetch:
Expand Down

0 comments on commit cb7e948

Please sign in to comment.