"Kubectl auth"의 두 판 사이의 차이

 
(다른 사용자 한 명의 중간 판 하나는 보이지 않습니다)
3번째 줄: 3번째 줄:
;kubectl auth
;kubectl auth


{{소스헤더|Usage}}
<syntaxhighlight lang='console'>
<source lang='console'>
root@wsl:~# kubectl auth
kubectl auth [flags] [options]
Inspect authorization.
</source>
 
Available Commands:
  can-i        Check whether an action is allowed
  reconcile    Reconciles rules for RBAC role, role binding, cluster role, and cluster role binding objects
  whoami        Experimental: Check self subject attributes
 
Usage:
  kubectl auth [flags] [options]
 
Use "kubectl auth <command> --help" for more information about a given command.
Use "kubectl options" for a list of global command-line options (applies to all commands).
</syntaxhighlight>


==같이 보기==
==같이 보기==

2024년 5월 26일 (일) 15:54 기준 최신판

1 개요[ | ]

kubectl auth
root@wsl:~# kubectl auth
Inspect authorization.

Available Commands:
  can-i         Check whether an action is allowed
  reconcile     Reconciles rules for RBAC role, role binding, cluster role, and cluster role binding objects
  whoami        Experimental: Check self subject attributes

Usage:
  kubectl auth [flags] [options]

Use "kubectl auth <command> --help" for more information about a given command.
Use "kubectl options" for a list of global command-line options (applies to all commands).

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}