Skip to content

Instantly share code, notes, and snippets.

View chrodriguez's full-sized avatar

Christian Rodriguez chrodriguez

View GitHub Profile
@chrodriguez
chrodriguez / kind-metrics-server.yaml
Last active February 18, 2020 15:45 — forked from hjacobs/kind-metrics-server.yaml
Metrics Server API deployment manifests for Kubernetes kind
kind: ClusterRole
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: system:aggregated-metrics-reader
labels:
rbac.authorization.k8s.io/aggregate-to-view: "true"
rbac.authorization.k8s.io/aggregate-to-edit: "true"
rbac.authorization.k8s.io/aggregate-to-admin: "true"
rules:
- apiGroups: ["metrics.k8s.io"]