Questions tagged [eksctl]

149 questions
1
vote
1 answer

EKS Anywhere Cluster cert-manager io-timeout

First time trying EKS Anywhere docker provider deployment as given in below link https://anywhere.eks.amazonaws.com/docs/getting-started/local-environment/ It gets stuck at 'waiting for cert-manager' . Working on CentOS 7 .System is behind…
vips
  • 51
  • 1
  • 7
1
vote
0 answers

Creating GPU and non-GPU nodes in EKS cluster with

I want to create cluster in AWS EKS consists with one node enable with GPU and another one without GPU. So I have crated config file and ran with eksctl. apiVersion: eksctl.io/v1alpha5 kind: ClusterConfig metadata: name: basic-cluster region:…
1
vote
1 answer

getting error while creating unmanaged node groups using eksctl in eks

Anyone please help ,I'm getting this error "Error: couldn't create cluster provider from options: nodeGroups[0].overrideBootstrapCommand is required when using a custom AMI (nodeGroups[0].ami)" while creating unmanaged node groups using eksctl…
1
vote
2 answers

Core DNS degraded in node group add-ons

Tried creating node group inside the EKS cluster. After creating node group, inside add-ons, the core-dns option displays as degraded. Tried all possibilities found on google. Unable to resolve this. Can someone help on this.
1
vote
1 answer

How to delete decrease the nodes in eksctl kubernetes

I want to delete the single node of cluster here is my problem i am create the node where 2 nodes are running only but for sometime i need more nodes for few minutes only then after using scaling down i want delete the drain node only from…
Mystery Girl
  • 65
  • 1
  • 5
1
vote
2 answers

aws-load-balancer-scheme: internal does not create an NLB, no error

aws-load-balancer-scheme: internal does not create an NLB, no error, it just never creates the NLB If I use the deprecated service.beta.kubernetes.io/aws-load-balancer-internal: "true", it works fine. However, the annotation documentation says to…
1
vote
1 answer

EKS Anywhere timeout on create cluster

Based on the EKS Anywhere documentation, I built a cluster config yaml. We are using vSphere 7 Enterprise Plus. When I deploy the cluster with eksctl anywhere create cluster -f eksa-cluster.yaml I get the timeout error below. The error doesn't fall…
user1869257
  • 505
  • 2
  • 6
  • 16
1
vote
1 answer

Can't access EKS cluster from CodeBuild

Already saw this particular post kubectl error You must be logged in to the server (Unauthorized) when accessing EKS cluster and followed some guides from AWS but still no success.. I'm creating a CI/CD pipeline. But CodeBuild is apparently not…
1
vote
2 answers

Error: action failed after 10 attempts: failed to connect to the management cluster. Get https://127.0.0.1:43343/api?timeout=30s: EOF

I am creating an EKS-Anywhere local cluster by following these steps: Create local cluster | EKS Anywhere Getting the following error after executing this command. eksctl anywhere create cluster -f $CLUSTER_NAME.yaml Performing setup and…
falcon
  • 11
  • 1
1
vote
2 answers

AWS EC2 unable to access EKS

I have a role which has full privilege to access EKS, Ec2, IAM which is attached to an Ec2 Instance. I am trying to access my EKS cluster from this Ec2 Instance. I did add the Ec2 instance arn like below to the Trusted relationship of the role which…
Vaishnav
  • 611
  • 1
  • 9
  • 23
1
vote
0 answers

eks anywhere cluster creation stuck

I am trying to create eks anywhere local cluster on centos machine. However, the cluster creation is stuck and I don't see any more output on the screen. I have enabled debug to more output. Please see screenshot of the logs advise if I am missing…
bomsabado
  • 35
  • 6
1
vote
0 answers

Kubenetes AWS EKS are assigning all pods into only one node while leaving the other node free

Background: I have an EKS cluster with 2 nodes (t3.small). The cluster is having several pods including: 1 pod for web frontend 1 pod for backend AWS ALB controller External DNS Current behavior: All backend and web frontend pods + other AWS ALB…
haotang
  • 5,520
  • 35
  • 46
1
vote
1 answer

How to parameterize the config file for eksctl?

I have the following config file (edited for brevity): apiVersion: eksctl.io/v1alpha5 kind: ClusterConfig metadata: name: FOO-CLUSTER region: eu-central-1 nodeGroups: - name: FOO-CLUSTER-group-1 [..] - name: FOO-CLUSTER-group-2 …
Marek Grzenkowicz
  • 17,024
  • 9
  • 81
  • 111
1
vote
1 answer

How to restrict the number of pods on an EKS managed node

I am managing the infrastructure on AWS using Cloudformation Script. An EKS cluster with managed nodegroups is created and the instance type is m5a.16xlarge(64 cores,256gb ram). Now the maximum number of pods the instance can have is 737 which is…
1
vote
2 answers

Creation Amazon EKS cluster using eksctl could not find any of authenticator

I try to create new Kubernetes cluster on Amazon EKS using eksctl script. I created IAM user with this permissions : when i try to create it I have this error : root@myvm:~# eksctl create cluster --name test-cluster --region eu-central-1…
Ousmane MBINTE
  • 664
  • 4
  • 15
  • 37