import { Alert } from '@@/Alert'; export function RBACAlert() { return (

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 .

); }