Skip to content

Instantly share code, notes, and snippets.

View unfernandito's full-sized avatar
🏠
Working from home

Luis Fernando unfernandito

🏠
Working from home
  • @ank.app
  • Argentina
View GitHub Profile
@unfernandito
unfernandito / kind-metrics-server.yaml
Created May 27, 2020 19:12 — 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"]