From bda17741b3454550a1ba8f0cb3d33b5527b1f354 Mon Sep 17 00:00:00 2001 From: Eric Tune Date: Sun, 10 Jul 2016 08:09:46 -0700 Subject: [PATCH] Mention runtime-config flag for RBAC. --- docs/admin/authorization.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/admin/authorization.md b/docs/admin/authorization.md index efd93fb497..2643702dfc 100644 --- a/docs/admin/authorization.md +++ b/docs/admin/authorization.md @@ -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