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

Commit cb7e948

Browse files
authored
Merge pull request #8 from rak8s/develop
Changes in Dev Merging to Master
2 parents ccd435e + 3a58160 commit cb7e948

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

roles/dashboard/tasks/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
shell: kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/master/src/deploy/recommended/kubernetes-dashboard-arm.yaml
55

66
- name: Configure Dashboard Access
7-
shell: kubectl apply -f https://raw.githubusercontent.com/chris-short/pik8s/master/roles/dashboard/files/dashboard-admin.yaml
7+
shell: kubectl apply -f https://raw.githubusercontent.com/rak8s/rak8s/master/roles/dashboard/files/dashboard-admin.yaml
8+
9+
- name: Force Rebuild Dashboard Pods
10+
shell: kubectl -n kube-system delete $(kubectl -n kube-system get pod -o name | grep dashboard)
811

912
- name: Fetch kubeconfig file
1013
fetch:

0 commit comments

Comments
 (0)