From 88a7b4bdbf1f4fd387013d64860b6c500a15e759 Mon Sep 17 00:00:00 2001 From: "Charlie R.C" Date: Tue, 28 Mar 2017 04:41:44 -0500 Subject: [PATCH] update authorizationMode --- docs/admin/kubeadm.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/admin/kubeadm.md b/docs/admin/kubeadm.md index 514b5ad89a..c7336565ba 100644 --- a/docs/admin/kubeadm.md +++ b/docs/admin/kubeadm.md @@ -295,6 +295,8 @@ apiServerCertSANs: - certificatesDir: ``` +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