First release
This commit is contained in:
parent
6b6e99dd67
commit
42c229ee98
20 changed files with 497 additions and 0 deletions
13
files/kubernetes-dashboard-ClusterRole.yaml
Normal file
13
files/kubernetes-dashboard-ClusterRole.yaml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
|
||||
kind: ClusterRole
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
metadata:
|
||||
labels:
|
||||
k8s-app: kubernetes-dashboard
|
||||
name: kubernetes-dashboard
|
||||
rules:
|
||||
# Allow Metrics Scraper to get metrics from the Metrics server
|
||||
- apiGroups: ["metrics.k8s.io"]
|
||||
resources: ["pods", "nodes"]
|
||||
verbs: ["get", "list", "watch"]
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue