Difference between revisions of "Kubectl edit -n kube-system configmap/aws-auth"
Jump to navigation
Jump to search
(11 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{lowercase}} | {{lowercase}} | ||
− | 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 == | == Related == | ||
+ | * <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> | ||
+ | |||
+ | == 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/ | ||
+ | * [[Enabling IAM principal access to your cluster]] | ||
== See also == | == See also == | ||
+ | * {{aws-auth}} | ||
* {{ConfigMaps}} | * {{ConfigMaps}} | ||
− | + | ||
− | |||
[[Category:Kubernetes]] | [[Category:Kubernetes]] |
Latest revision as of 11:34, 4 March 2024
kubectl edit -n kube-system configmap/aws-auth
kubectl edit -n kube-system configmap/aws-auth Edit cancelled, no changes made.
Related[edit]
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[edit]
- 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/
- Enabling IAM principal access to your cluster
See also[edit]
- 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: