RBAC ClusterRoleBinding or RoleBinding references a group that does not exist in authentication provider. Pod access control fails because group membership cannot be verified.
This error occurs when Kubernetes RBAC tries to enforce permissions for a user group that does not exist in your authentication provider (LDAP, OAuth, Azure AD, etc.). Kubernetes cannot verify group membership, so it denies access. This is common when migrating users between directories or when group names are misspelled.
First diagnostic step
Second diagnostic step
Third diagnostic step
Fourth diagnostic step
Additional notes and platform-specific considerations.
Failed to connect to server: connection refused (HTTP/2)
How to fix "HTTP/2 connection refused" error in Kubernetes
missing request for cpu in container
How to fix "missing request for cpu in container" in Kubernetes HPA
error: invalid configuration
How to fix "error: invalid configuration" in Kubernetes
Fifth diagnostic step