From 6cc85014410ba6afc17f030a03c92254734c9baa Mon Sep 17 00:00:00 2001 From: Guangya Liu Date: Fri, 3 Nov 2017 20:16:28 +0800 Subject: [PATCH] Added `--authorization-mode=Node` to document. --- docs/admin/authorization/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/admin/authorization/index.md b/docs/admin/authorization/index.md index b77a27db39..a35b356457 100644 --- a/docs/admin/authorization/index.md +++ b/docs/admin/authorization/index.md @@ -132,6 +132,7 @@ The following flags can be used: * `--authorization-mode=ABAC` Attribute-Based Access Control (ABAC) mode allows you to configure policies using local files. * `--authorization-mode=RBAC` Role-based access controlĀ (RBAC) mode allows you to create and store policies using the Kubernetes API. * `--authorization-mode=Webhook` WebHook is an HTTP callback mode that allows you to manage authorization using a remote REST. + * `--authorization-mode=Node` Node authorization is a special-purpose authorization mode that specifically authorizes API requests made by kubelets. * `--authorization-mode=AlwaysDeny` This flag blocks all requests. Use this flag only for testing. * `--authorization-mode=AlwaysAllow` This flag allows all requests. Use this flag only if you do not require authorization for your API requests.