apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
  annotations:
    rbac.authorization.kubernetes.io/autoupdate: "true"
  creationTimestamp: "2026-06-09T15:43:54Z"
  labels:
    kubernetes.io/bootstrapping: rbac-defaults
  name: system:monitoring
  resourceVersion: "121"
  uid: bc6957d9-a1e3-494e-844b-0e29b39c2249
rules:
- nonResourceURLs:
  - /healthz
  - /healthz/*
  - /livez
  - /livez/*
  - /metrics
  - /metrics/slis
  - /readyz
  - /readyz/*
  verbs:
  - get
