Difference between revisions of "Kubectl auth"

From wikieduonline
Jump to navigation Jump to search
Line 3: Line 3:
 
* <code>[[kubectl auth can-i]]</code>
 
* <code>[[kubectl auth can-i]]</code>
 
* <code>[[kubectl auth reconcile]]</code>
 
* <code>[[kubectl auth reconcile]]</code>
 +
 +
<pre>
 +
kubectl auth --help
 +
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
 +
 +
Usage:
 +
  kubectl auth [flags] [options]
 +
 +
Use "kubectl <command> --help" for more information about a given command.
 +
Use "kubectl options" for a list of global command-line options (applies to all commands).
 +
</pre>
  
  

Revision as of 20:38, 26 May 2022

kubectl auth --help
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

Usage:
  kubectl auth [flags] [options]

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


Related terms


See also

Advertising: