Difference between revisions of "Aws-auth configMap"
Jump to navigation
Jump to search
m (Thomas moved page Aws-auth to Aws-auth Config-Map) |
|||
Line 3: | Line 3: | ||
* https://docs.aws.amazon.com/eks/latest/userguide/add-user-role.html | * https://docs.aws.amazon.com/eks/latest/userguide/add-user-role.html | ||
− | + | * <code>[[kubectl edit]] -n kube-system configmap/aws-auth</code> | |
− | + | * <code>[[kubectl describe -n kube-system configmap/aws-auth]]</code> | |
− | |||
Revision as of 13:54, 28 July 2022
AWS IAM Authenticator for Kubernetes get information from aws-auth
ConfigMap
kubectl edit -n kube-system configmap/aws-auth
kubectl describe -n kube-system configmap/aws-auth
See also
- AWS IAM Authenticator for Kubernetes:
aws-auth, kubectl edit -n kube-system configmap/aws-auth, eksctl create iamidentitymapping
,mapUsers:, mapRoles:, mapAccounts:
- ConfigMaps:
kubectl [ get | edit | describe | create | delete ] configmaps
,aws-auth
, Kustomize,kind: ConfigMap, ConfigMapRef, envFrom
Advertising: