Difference between revisions of "Eksctl create iamidentitymapping"

From wikieduonline
Jump to navigation Jump to search
 
(17 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
 
+
https://eksctl.io/usage/iam-identity-mappings/
 
  [[eksctl create]] iamidentitymapping
 
  [[eksctl create]] iamidentitymapping
  
 +
[[eksctl create iamidentitymapping --cluster]] your_cluster_name --region eu-central-1 --arn arn:aws:iam::01234567890:user/your_user [[--group]] [[system:masters]]
  
  eksctl create iamidentitymapping --cluster your_cluster_name --region eu-central-1 --arn arn:aws:iam::01234567890:user/your_user --group [[system:masters]]
+
  eksctl create iamidentitymapping --cluster yourClusterName --arn arn:aws:iam::yourAccountID:role/yourIAMRoleName --username read-only-user
  
 +
[[eksctl create iamidentitymapping --cluster]] <ClusterName> --region=<region-code> --arn <ARN> --username <Username> [[--no-duplicate-arns]]
  
 
== Related ==
 
== Related ==
* [[KarpenterNode]]
+
* <code>[[eksctl get iamidentitymapping]]</code>
 +
* <code>[[KarpenterNode]]</code>
 
* <code>[[kubectl -n kube-system get configmap]] [[aws-auth]] -o=yaml</code>
 
* <code>[[kubectl -n kube-system get configmap]] [[aws-auth]] -o=yaml</code>
 +
* [[EKS single sign-on using AWS SSO]]
 +
* <code>[[cluster-read-only-role]]</code>
 +
 +
== Activities ==
 +
* Read https://aws.amazon.com/blogs/containers/a-quick-path-to-amazon-eks-single-sign-on-using-aws-sso/
 +
* [[ServiceNow]]: [[TOI: EKS cluster discovery using STS AssumeRoles (Without AWS CLI)]]
  
 
== See also ==
 
== See also ==
 
* {{eksctl create}}
 
* {{eksctl create}}
* {{eksctl}}
+
* {{EKS RBAC}}
  
 
[[Category:EKS]]
 
[[Category:EKS]]

Latest revision as of 12:54, 31 October 2023

Advertising: