From 7ddc76494acae96397120620e31f50053fc919aa Mon Sep 17 00:00:00 2001 From: Guangwen Feng Date: Thu, 14 Jul 2022 14:02:08 +0800 Subject: [PATCH] Drop redundant in reference/command-line-tools-reference/kubelet.md Signed-off-by: Guangwen Feng --- .../en/docs/reference/command-line-tools-reference/kubelet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/reference/command-line-tools-reference/kubelet.md b/content/en/docs/reference/command-line-tools-reference/kubelet.md index abaa00af1f..f2a8031502 100644 --- a/content/en/docs/reference/command-line-tools-reference/kubelet.md +++ b/content/en/docs/reference/command-line-tools-reference/kubelet.md @@ -90,7 +90,7 @@ kubelet [flags] ---authorization-mode string     Default: AlwaysAllow +--authorization-mode string     Default: AlwaysAllow Authorization mode for Kubelet server. Valid options are AlwaysAllow or Webhook. Webhook mode uses the SubjectAccessReview API to determine authorization. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See kubelet-config-file for more information.)