5.2.5.2. Common permission errors
- Missing verbs
- The service account does not have permission to perform a required action. To resolve this issue, update or create a role and binding to grant the necessary permissions. Roles and role bindings define resource permissions for a namespace. Cluster roles and cluster role bindings define resource permissions for the cluster.
- Privilege escalation
- The service account does not have enough permission to create a role or cluster role that the extension needs. When this happens, the preflight check reports the verbs as missing to prevent privilege escalation. To resolve this issue, grant enough permission to the service account so that it can create the roles.
- Missing role references
-
The extension references a role or cluster role that the Operator Controller cannot find. When this happens, the preflight check lists the missing role and reports an
authorization evalutation error. To resolve the issue, create or update the roles and cluster roles to ensure that all role references exist.