Difference between revisions of "Aws-iam-authenticator add"
Jump to navigation
Jump to search
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
[[aws-iam-authenticator]] add add IAM entity to an existing [[aws-auth configmap]] | [[aws-iam-authenticator]] add add IAM entity to an existing [[aws-auth configmap]] | ||
+ | |||
+ | |||
+ | * <code>[[aws-iam-authenticator add role]]</code> | ||
+ | * <code>[[aws-iam-authenticator add user]]</code> | ||
+ | |||
+ | == Help == | ||
+ | <pre> | ||
+ | add IAM entity to an existing aws-auth configmap | ||
+ | |||
+ | Usage: | ||
+ | aws-iam-authenticator add [command] | ||
+ | |||
+ | Available Commands: | ||
+ | role add a role entity to an existing aws-auth configmap, not for CRD/file backends | ||
+ | user add a user entity to an existing aws-auth configmap, not for CRD/file backends | ||
+ | |||
+ | Flags: | ||
+ | -h, --help help for add | ||
+ | --kubeconfig string kubeconfig file path, if empty, it loads the default config | ||
+ | --kubeconfig-context string kubeconfig context, if empty, it uses the default context | ||
+ | --master-url string kube-apiserver URL for creating Kubernetes client | ||
+ | --prompt 'false' to disable prompt' (default true) | ||
+ | |||
+ | Global Flags: | ||
+ | -i, --cluster-id ID Specify the cluster ID, a unique-per-cluster identifier for your aws-iam-authenticator installation. | ||
+ | -c, --config filename Load configuration from filename | ||
+ | --feature-gates mapStringBool A set of key=value pairs that describe feature gates for alpha/experimental features. Options are: | ||
+ | AllAlpha=true|false (ALPHA - default=false) | ||
+ | AllBeta=true|false (BETA - default=false) | ||
+ | ConfiguredInitDirectories=true|false (ALPHA - default=false) | ||
+ | IAMIdentityMappingCRD=true|false (ALPHA - default=false) | ||
+ | -l, --log-format string Specify log format to use when logging to stderr [text or json] (default "text") | ||
+ | |||
+ | Use "aws-iam-authenticator add [command] --help" for more information about a command. | ||
+ | |||
+ | </pre> | ||
+ | |||
+ | |||
== Related == | == Related == | ||
Line 6: | Line 44: | ||
== See also == | == See also == | ||
+ | * {{aws-iam-authenticator add}} | ||
+ | * {{aws-iam-authenticator}} | ||
* {{aws-auth}} | * {{aws-auth}} | ||
− | |||
[[Category:AWS]] | [[Category:AWS]] |
Latest revision as of 13:20, 19 September 2023
aws-iam-authenticator add add IAM entity to an existing aws-auth configmap
Help[edit]
add IAM entity to an existing aws-auth configmap Usage: aws-iam-authenticator add [command] Available Commands: role add a role entity to an existing aws-auth configmap, not for CRD/file backends user add a user entity to an existing aws-auth configmap, not for CRD/file backends Flags: -h, --help help for add --kubeconfig string kubeconfig file path, if empty, it loads the default config --kubeconfig-context string kubeconfig context, if empty, it uses the default context --master-url string kube-apiserver URL for creating Kubernetes client --prompt 'false' to disable prompt' (default true) Global Flags: -i, --cluster-id ID Specify the cluster ID, a unique-per-cluster identifier for your aws-iam-authenticator installation. -c, --config filename Load configuration from filename --feature-gates mapStringBool A set of key=value pairs that describe feature gates for alpha/experimental features. Options are: AllAlpha=true|false (ALPHA - default=false) AllBeta=true|false (BETA - default=false) ConfiguredInitDirectories=true|false (ALPHA - default=false) IAMIdentityMappingCRD=true|false (ALPHA - default=false) -l, --log-format string Specify log format to use when logging to stderr [text or json] (default "text") Use "aws-iam-authenticator add [command] --help" for more information about a command.
Related[edit]
See also[edit]
aws-iam-authenticator add [ user | role ]
- AWS IAM Authenticator for Kubernetes:
aws-iam-authenticator
: [token | verify | add | init | server | version | --help
],configmap/aws-auth
,AmazonEKSAdminPolicy
,AmazonEKSClusterAdminPolicy
- AWS IAM Authenticator for Kubernetes:
aws-auth, kubectl edit -n kube-system configmap/aws-auth, eksctl create iamidentitymapping
,mapUsers:, mapRoles:, mapAccounts:
Advertising: