Your cluster does not have Kubernetes role-based access control (RBAC) enabled.
This means you can't use Portainer RBAC functionality to regulate access to environment resources based on user roles.
To enable RBAC, start the API server with the --authorization-mode
flag set to a
comma-separated list that includes RBAC
, for example:
kube-apiserver --authorization-mode=Example1,RBAC,Example2
.
Adding user access will require the affected user(s) to logout and login for the changes to be taken into account.