Regarding rbac implemetation in the gcp

Error from server (Forbidden): error when creating “role.yaml”: roles.rbac.authorization.k8s.io “developer” is forbidden: user “[email protected]” (groups=[“system:authenticated”]) is attempting to grant RBAC permissions not currently held:
{APIGroups:[“”], Resources:[“pods”], Verbs:[“get” “list” “create” “update” “delete”]}

facing this issue please give solution i have got admin role but still it is throwing this error

When you say " i have got admin role", how do you know that? The error message says you are “system:authenticated”, which is much less capable.