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

잔글 (봇: 자동으로 텍스트 교체 (-<source +<syntaxhighlight , -</source> +</syntaxhighlight>))
3번째 줄: 3번째 줄:
;kubectl auth
;kubectl auth


{{소스헤더|Usage}}
<syntaxhighlight lang='console'>
<syntaxhighlight lang='console'>
kubectl auth [flags] [options]
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).
</syntaxhighlight>
</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 }}