update authorizationMode

pull/3099/head
Charlie R.C 2017-03-28 04:41:44 -05:00 committed by Andrew Chen
parent dfd2fed09c
commit 88a7b4bdbf
1 changed files with 2 additions and 0 deletions

View File

@ -295,6 +295,8 @@ apiServerCertSANs:
- <name2|string>
certificatesDir: <string>
```
In addition, if authorizationMode is set to `ABAC`, you should write the config to `/etc/kubernetes/abac_policy.json`.
However, if authorizationMode is set to `Webhook`, you should write the config to `/etc/kubernetes/webhook_authz.conf`.
### Sample Node Configuration