Update service role to use -head deployment

The regular deployment is erroring with image not found.

These instructions were tested on a local RPi cluster.

Signed-off-by: Alex Ellis <alexellis2@gmail.com>
pull/6/head
Alex Ellis 6 years ago
parent e3e1984e0e
commit 9d91990a88
  1. 6
      GUIDE.md

@ -313,16 +313,16 @@ The dashboard can be useful for visualising the state and health of your system,
echo -n 'apiVersion: rbac.authorization.k8s.io/v1beta1
kind: ClusterRoleBinding
metadata:
name: kubernetes-dashboard
name: kubernetes-dashboard-head
labels:
k8s-app: kubernetes-dashboard
k8s-app: kubernetes-dashboard-head
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: cluster-admin
subjects:
- kind: ServiceAccount
name: kubernetes-dashboard
name: kubernetes-dashboard-head
namespace: kube-system' | kubectl apply -f -
```

Loading…
Cancel
Save