Files
infrastructure/clusters/cl01tl/manifests/descheduler/ClusterRole-descheduler.yaml
gitea-bot 14ec2f7ddd Automated Manifest Update (#5140)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

### Details
- **Trigger**: `pull_request` by `@alexlebens`
- **Commit**: `5c9cfc0` (on `5c9cfc0c8948631232da6b34fd2422cd6a6b6aeb`)
- **Charts Updated**: `actual,argo-workflows,argocd,audiobookshelf,authentik,backrest,bazarr,blocky,cloudnative-pg,code-server,coredns,dawarich,democratic-csi-synology-iscsi,descheduler`

Reviewed-on: #5140
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
2026-03-26 01:39:36 +00:00

43 lines
1.2 KiB
YAML

kind: ClusterRole
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: descheduler
labels:
app.kubernetes.io/name: descheduler
helm.sh/chart: descheduler-0.35.1
app.kubernetes.io/instance: descheduler
app.kubernetes.io/version: "0.35.1"
app.kubernetes.io/managed-by: Helm
rules:
- apiGroups: ["events.k8s.io"]
resources: ["events"]
verbs: ["create", "update"]
- apiGroups: [""]
resources: ["nodes"]
verbs: ["get", "watch", "list"]
- apiGroups: [""]
resources: ["namespaces"]
verbs: ["get", "watch", "list"]
- apiGroups: [""]
resources: ["pods"]
verbs: ["get", "watch", "list", "delete"]
- apiGroups: [""]
resources: ["pods/eviction"]
verbs: ["create"]
- apiGroups: ["scheduling.k8s.io"]
resources: ["priorityclasses"]
verbs: ["get", "watch", "list"]
- apiGroups: ["policy"]
resources: ["poddisruptionbudgets"]
verbs: ["get", "watch", "list"]
- apiGroups: ["coordination.k8s.io"]
resources: ["leases"]
verbs: ["create", "update"]
- apiGroups: ["coordination.k8s.io"]
resources: ["leases"]
resourceNames: ["descheduler"]
verbs: ["get", "patch", "delete"]
- apiGroups: [""]
resources: ["persistentvolumeclaims"]
verbs: ["get", "watch", "list"]