updated vagrant doc (#3719)

This commit is contained in:
Johnny Halfmoon
2019-06-11 08:58:14 +02:00
committed by Kubernetes Prow Robot
parent c8d95a1586
commit 5e80603bbb
2 changed files with 127 additions and 52 deletions

View File

@@ -0,0 +1,15 @@
---
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: ClusterRoleBinding
metadata:
name: kubernetes-dashboard
labels:
k8s-app: kubernetes-dashboard
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: cluster-admin
subjects:
- kind: ServiceAccount
name: kubernetes-dashboard
namespace: kube-system