kubectl edit -n kube-system configmap/aws-auth
kubectl edit -n kube-system configmap/aws-auth
kubectl edit -n kube-system configmap/aws-auth Edit cancelled, no changes made.
Related
- aws-iam-authenticator add
kubectl create clusterrolebinding ops-user-cluster-admin-binding --clusterrole=cluster-admin --user=ops-user
the server has asked for the client to provide credentials
Activities
- Read How do I provide access to other IAM users and roles after cluster creation in Amazon EKS? https://aws.amazon.com/premiumsupport/knowledge-center/amazon-eks-cluster-access/
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: