Skip to content

Commit

Permalink
Added cluster-reader clusterrole for autoscaling.openshift.io
Browse files Browse the repository at this point in the history
BUG 1796412: cluster-reader is unable to view machine resources
  • Loading branch information
Danil-Grigorev committed Apr 28, 2020
1 parent e90b856 commit 7835856
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions install/10_cluster_reader_rbac.yaml
@@ -0,0 +1,15 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: cluster-autoscaler-operator:cluster-reader
labels:
rbac.authorization.k8s.io/aggregate-to-cluster-reader: "true"
rules:
- apiGroups:
- autoscaling.openshift.io
resources:
- '*'
verbs:
- get
- list
- watch

0 comments on commit 7835856

Please sign in to comment.