Add RBAC default roles, CLI helpers, upgrade guide

This commit is contained in:
Jordan Liggitt
2017-02-14 17:08:28 -05:00
committed by Andrew Chen
parent 258755fbfe
commit 6e9fc80694
2 changed files with 175 additions and 80 deletions
+3 -6
View File
@@ -204,14 +204,11 @@ When specified "RBAC" (Role-Based Access Control) uses the
allowing admins to dynamically configure permission policies through the
Kubernetes API.
As of 1.3 RBAC mode is in alpha and considered experimental.
As of 1.6 RBAC mode is in beta.
To use RBAC, you must both enable the authorization module with `--authorization-mode=RBAC`,
and [enable the API version](
/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`.
To enable RBAC, start the apiserver with `--authorization-mode=RBAC`.
See [full RBAC documentation](/docs/admin/authorization/rbac/) for details.
For details about administrating and using RBAC, view the [RBAC guide](/docs/admin/authorization/rbac).
## Webhook Mode