update authorizationMode

This commit is contained in:
Charlie R.C
2017-03-28 04:41:44 -05:00
committed by Andrew Chen
parent dfd2fed09c
commit 88a7b4bdbf
+2
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