Created
January 8, 2022 17:04
-
-
Save sumanthkumarc/c856b70b0556807a9a12ae4da0c05715 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: rbac.authorization.k8s.io/v1 | |
kind: ClusterRole | |
metadata: | |
labels: | |
rbac.authorization.k8s.io/aggregate-to-view: "true" | |
name: view-role-extras | |
rules: | |
- apiGroups: | |
- autoscaling | |
resources: | |
- horizontalpodautoscalers | |
verbs: | |
- update | |
- create | |
- patch | |
- apiGroups: | |
- "" | |
resources: | |
- pods | |
- pods/log | |
- pods/attach | |
- pods/exec | |
- pods/portforward | |
- pods/proxy | |
verbs: | |
- '*' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment