Skip to main content

RBAC Reference

Centurion requires a ClusterRole with read-only access to cluster resources. The chart creates this automatically when centurion.rbac.create=true (default).

Permissions

ResourceVerbsWhy
pods, nodes, services, deployments, replicasets, statefulsets, daemonsets, jobs, cronjobsget, list, watchTopology and event context
eventsget, list, watchCore event stream
ingresses, ingressclassesget, list, watchService discovery
persistentvolumeclaimsget, list, watchPVC health events
namespacesget, list, watchNamespace-scoped filtering

ConfigMaps and Secrets are not watched by default. Enable via centurion.watcher.watchConfigMaps / watchSecrets only if needed.