Clarified location of configuration

Explicit > Implicit
This commit is contained in:
Tejeev
2019-10-16 01:00:36 +01:00
committed by Denise
parent 80abac703f
commit 65a6638026
@@ -5,7 +5,7 @@ weight: 240
Kubernetes supports multiple [Authorization Modules](https://kubernetes.io/docs/reference/access-authn-authz/authorization/#authorization-modules). Currently, RKE only supports the [RBAC module](https://kubernetes.io/docs/reference/access-authn-authz/rbac/).
By default, RBAC is already enabled. If you wanted to turn off RBAC support, **which isn't recommended**, you set the authorization mode to `none`.
By default, RBAC is already enabled. If you wanted to turn off RBAC support, **which isn't recommended**, you set the authorization mode to `none` in your `cluster.yml`.
```yaml
authorization: