From 87b6b0dfe204aa08bfdd43086ad26fe1f1848add Mon Sep 17 00:00:00 2001 From: tanshanshan Date: Tue, 21 Aug 2018 22:06:42 +0800 Subject: [PATCH] fix the command output (#9952) I have verified on version v1.11 --- .../en/docs/reference/access-authn-authz/authentication.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/reference/access-authn-authz/authentication.md b/content/en/docs/reference/access-authn-authz/authentication.md index 120a309bb4..861f6cd579 100644 --- a/content/en/docs/reference/access-authn-authz/authentication.md +++ b/content/en/docs/reference/access-authn-authz/authentication.md @@ -619,8 +619,8 @@ $ kubectl drain mynode Error from server (Forbidden): User "clark" cannot get nodes at the cluster scope. (get nodes mynode) $ kubectl drain mynode --as=superman --as-group=system:masters -node "mynode" cordoned -node "mynode" drained +node/mynode cordoned +node/mynode drained ``` To impersonate a user, group, or set extra fields, the impersonating user must