- Home
- All questions
- Question 595
CKA study material · question 595 of 1000
An operator removes a permission from the system:discovery ClusterRole, and after the next control plane restart the permission is back. What explains this?
Show the answer
Answer: B. The API server auto-reconciles default RBAC objects at start-up
Default cluster roles and bindings get missing permissions and subjects restored at every API server start-up, unless the rbac.authorization.kubernetes.io/autoupdate annotation is set to false.
Source: Using RBAC Authorization (Kubernetes) — Default roles and role bindings › Auto-reconciliation