Mention runtime-config flag for RBAC.

This commit is contained in:
Eric Tune 2016-07-10 08:09:46 -07:00
parent 0934c1f71c
commit bda17741b3
1 changed files with 5 additions and 0 deletions

View File

@ -172,6 +172,11 @@ Kubernetes API.
As of 1.3 RBAC mode is in alpha and considered experimental.
To use RBAC, you must both enable the authorization module with `--authorization-mode=RBAC`,
and [enable the API version](
docs/admin/cluster-management.md/#Turn-on-or-off-an-api-version-for-your-cluster),
with a `--runtime-config=` that includes `rbac.authorization/v1alpha1`.
### Roles, RolesBindings, ClusterRoles, and ClusterRoleBindings
The RBAC API Group declares four top level types which will be covered in this