About 3,590,000 results
Open links in new tab
  1. couldn't get current server API group list: the server has asked for ...

    Feb 10, 2023 · I created the eks cluster trying to connect it with local cli, for that, I installed the aws-cli and also provide the right 'aws configure' credentials. The user which I am using to …

  2. AWS EKS NodeGroup "Create failed": Instances failed to join the ...

    Oct 24, 2020 · 1. Add the IAM role which is attached to EKS worker node, to the aws-auth config map in kube-system namespace. Ref 2. Login to the worker node which is created and failed …

  3. Your current user or role does not have access to Kubernetes …

    Jan 20, 2022 · From what I've understood, EKS manages user and role permissions through a ConfigMap called aws-auth that resides in the kube-system namespace. So despite being …

  4. How to add additional security groups to EKS cluster?

    Nov 5, 2022 · 5 I use terraform-aws-eks provision EKS cluster. Two security groups provisioned after "terraform apply". They are "Cluster security group" and "Additional security groups". I …

  5. How is eks cluster accessible when deployed in a private subnet?

    Jan 23, 2023 · Actually AWS does not deploy the EKS control plane in your subnet. The control plane is deployed to another VPC controlled by AWS which is not visible to the customer. So …

  6. Pod limit on Node - AWS EKS - Stack Overflow

    Sep 17, 2019 · On AWS EKS I'm adding deployment with 17 replicas (requesting and limiting 64Mi memory) to a small cluster with 2 nodes type t3.small. Counting with kube-system pods, …

  7. Generating a kubeconfig for access to an Amazon EKS cluster

    Given a scenario where I have two Kubernetes clusters, one hosted on AWS EKS and the other on another cloud provider, I would like to manage the EKS cluster from the other cloud …

  8. AWS EKS Node Group nodes fail to join the cluster

    Dec 15, 2022 · Troubleshooting Nodes fail to join cluster The aws-auth-cm.yaml file doesn't have the correct IAM role ARN for your nodes. The Node IAM role contains the permissions as …

  9. EKS: can't see nodes and nodes are not join to the cluster

    Jun 5, 2022 · I created EKS automation with terraform. 1 vpc, 3 public subnets, 3 private subnets, 3 security group, 1 nat gateway (on public), and 2 autoscaled worker node groups. I checked …

  10. AWS EKS nodeGroup stuck at 'deleting' status - Stack Overflow

    Feb 22, 2024 · I am using terraform to deploy the AWS infrastructure. I stuck at EKS nodeGroup is deleting status . The health shows that IAM role is not found, I created that role again and …