Skip to content

Instantly share code, notes, and snippets.

@rdemoraes
Created March 15, 2022 12:26
Show Gist options
  • Save rdemoraes/c9b68a98512a3282ddaccaf37040cf6c to your computer and use it in GitHub Desktop.
Save rdemoraes/c9b68a98512a3282ddaccaf37040cf6c to your computer and use it in GitHub Desktop.
kube-prometheus-stack-ClusterRole.yaml
---
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