Skip to main content

Authorization

Kubernetes supports multiple Authorization Modules. Currently, RKE only supports the RBAC module.

By default, RBAC is already enabled. If you wanted to turn off RBAC support, which isn't recommended, you set the authorization mode to none in your cluster.yml.

authorization:
# Use `mode: none` to disable authorization
mode: rbac