From f1d7b1c9c5406dad6ceaf77f33b98a7deeb3d953 Mon Sep 17 00:00:00 2001 From: Jimmy Cuadra Date: Thu, 14 Jul 2016 19:37:39 -0700 Subject: [PATCH] Use correct API group name for RBAC. --- docs/admin/authorization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/authorization.md b/docs/admin/authorization.md index 6d555fbad7..312bbb1d05 100644 --- a/docs/admin/authorization.md +++ b/docs/admin/authorization.md @@ -175,7 +175,7 @@ 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`. +with a `--runtime-config=` that includes `rbac.authorization.k8s.io/v1alpha1`. ### Roles, RolesBindings, ClusterRoles, and ClusterRoleBindings