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

 
(사용자 2명의 중간 판 2개는 보이지 않습니다)
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>


==같이 보기==
==같이 보기==
18번째 줄: 29번째 줄:


[[분류: kubectl]]
[[분류: kubectl]]
[[분류: 인가]]

2024년 6월 30일 (일) 13:22 기준 최신판

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 }}