From e172def939d4f1509bb5a6efd8fd34d7d38c89d7 Mon Sep 17 00:00:00 2001 From: fbsolo Date: Sat, 27 Aug 2016 00:41:59 -0700 Subject: [PATCH] This sets a URL in authorization.md to point to a specific anchor in cluster-management.md --- 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 b188932b5a..58f4be2271 100644 --- a/docs/admin/authorization.md +++ b/docs/admin/authorization.md @@ -204,7 +204,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]( -cluster-management.md/#Turn-on-or-off-an-api-version-for-your-cluster), +cluster-management/#Turn-on-or-off-an-api-version-for-your-cluster), with a `--runtime-config=` that includes `rbac.authorization.k8s.io/v1alpha1`. ### Roles, RolesBindings, ClusterRoles, and ClusterRoleBindings