From 469c4b426abea80b654a6b8fb36201c932f12fff Mon Sep 17 00:00:00 2001 From: Nitish Kumar Date: Fri, 22 Jul 2022 20:36:32 +0530 Subject: [PATCH] Minor typo in korean docs fixed: Fix 02 --- content/ko/docs/reference/access-authn-authz/authorization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ko/docs/reference/access-authn-authz/authorization.md b/content/ko/docs/reference/access-authn-authz/authorization.md index 3c9c4e2280..18da992eb1 100644 --- a/content/ko/docs/reference/access-authn-authz/authorization.md +++ b/content/ko/docs/reference/access-authn-authz/authorization.md @@ -96,7 +96,7 @@ DELETE | delete(개별 리소스), deletecollection(리소스 모음) #### API 접근 확인 -`kubectl`은 API 인증 계층을 신속하게 쿼리하기 위한 "auth can-i" 하위 명령어를 제공한다. +`kubectl`은 API 인증 계층을 신속하게 쿼리하기 위한 `auth can-i` 하위 명령어를 제공한다. 이 명령은 현재 사용자가 지정된 작업을 수행할 수 있는지 여부를 알아내기 위해 `SelfSubjectAccessReview` API를 사용하며, 사용되는 인가 모드에 관계없이 작동한다.