Difference between revisions of "Aws-auth configMap"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
* <code>[[kubectl edit -n kube-system configmap/aws-auth]]</code> | * <code>[[kubectl edit -n kube-system configmap/aws-auth]]</code> | ||
* <code>[[kubectl describe -n kube-system configmap/aws-auth]]</code> | * <code>[[kubectl describe -n kube-system configmap/aws-auth]]</code> | ||
+ | |||
+ | [[kubectl -n kube-system get configmap aws-auth -o=yaml]] | ||
Revision as of 14:34, 2 September 2022
AWS IAM Authenticator for Kubernetes get information from aws-auth
ConfigMap
kubectl -n kube-system get configmap aws-auth -o=yaml
Related
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: