- Home
- All questions
- Question 28
CKA study material · question 28 of 1000
What is the supported way to let the built-in edit role manage a new custom resource?
Show the answer
Answer: C. Create a ClusterRole labelled to aggregate to edit
The default user-facing roles are aggregated, so permissions are added with a labelled ClusterRole.
Source: Using RBAC Authorization (Kubernetes) — Aggregated ClusterRoles