Merge pull request #1241 from superbrothers/fix-broken-link

Fix broken link in the authorization page
reviewable/pr1271/r2^2
devin-donnelly 2016-09-20 13:33:07 -07:00 committed by GitHub
commit b4b944b785
1 changed files with 1 additions and 1 deletions

View File

@ -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),
/docs/admin/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