Difference between revisions of "Kubectl edit -n kube-system configmap/aws-auth"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
== Related == | == Related == | ||
− | * [[aws-iam-authenticator add]] | + | * <code>[[aws-iam-authenticator add]]</code> |
* <code>[[kubectl create clusterrolebinding]] ops-user-cluster-admin-binding --clusterrole=cluster-admin --user=ops-user</code> | * <code>[[kubectl create clusterrolebinding]] ops-user-cluster-admin-binding --clusterrole=cluster-admin --user=ops-user</code> | ||
* <code>[[the server has asked for the client to provide credentials]]</code> | * <code>[[the server has asked for the client to provide credentials]]</code> |
Revision as of 12:39, 4 October 2023
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: