Created
March 15, 2022 12:26
-
-
Save rdemoraes/c9b68a98512a3282ddaccaf37040cf6c to your computer and use it in GitHub Desktop.
kube-prometheus-stack-ClusterRole.yaml
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: | |
name: horizontal-pod-autoscaler-external-metrics | |
rules: | |
- apiGroups: | |
- external.metrics.k8s.io | |
resources: | |
- '*' | |
verbs: | |
- list | |
- get | |
- watch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment