Questions tagged [eksctl]
149 questions
4
votes
1 answer
How do I update a Fargate profile with eksctl?
I created an AWS EKS Fargate cluster with the following Fargate profile
fargateProfiles:
- name: fp-fluxcd
selectors:
- namespace: fluxcd
How do I either add (or change) the namespace so it looks like this?
fargateProfiles:
- name:…

Chris F
- 14,337
- 30
- 94
- 192
4
votes
1 answer
Is it possible to retrieve EKS ClusterConfig yaml file used to create eks cluster with eksctl
So if the cluster was created with the following command
eksctl create cluster -f config/prod.yaml
prod.yaml
apiVersion: eksctl.io/v1alpha5
kind: ClusterConfig
....
How to obtain a current version of the prod.yaml if that file was lost (not…

DmitrySemenov
- 9,204
- 15
- 76
- 121
4
votes
2 answers
best way to seed new machine with k8s/eks info
Say we have a couple of clusters on Amazon EKS. We have a new user or new machine that needs .kube/config to be populated with the latest cluster info.
Is there some easy way we get the context info from our clusters on EKS and put the info in the…

Alexander Mills
- 90,741
- 139
- 482
- 817
3
votes
2 answers
Give cluster admin access to EKS worker nodes
We have a EKS cluster running the 1.21 version. We want to give admin access to worker nodes. We modified the aws-auth config map and added "system:masters" for eks worker nodes role. Below is the code snipped for the modified configmap.
data:
…

abhinav tyagi
- 33
- 3
3
votes
1 answer
AWS comparison between nodegroup and managed nodegroup
I use eksctl to create EKS cluster on AWS
After create a yaml configuration file define EKS cluster follow docs, when I run the command eksctl create cluster -f k8s-dev/k8s-dev.yaml to execute the create cluster action, the log show some lines…

Tho Quach
- 1,347
- 10
- 26
3
votes
0 answers
AWS EKS NodeCreationFailure
Following the AWS guide on creating an EKS cluster, I get this error:
NodeCreationFailure Unhealthy nodes in the Kubernetes cluster
I followed the required IAM roles for both the cluster and the nodegroup. Also tried using Private and/or Public…

Ryan Clemente
- 131
- 1
- 5
3
votes
2 answers
AWS Load Balancer Failed to Deploy
I'm trying to create AWS ALB-Ingress through EKS following the steps in the document https://docs.aws.amazon.com/eks/latest/userguide/alb-ingress.html
I was successful till the step 7 in creating the controller:
[ec2-user@ip-X-X-X-X eks-cluster]$…

Vishwas M.R
- 1,341
- 16
- 23
3
votes
2 answers
Unable to create AWS EKS cluster with eksctl
Unable to create AWS EKS cluster with eksctl from Windows 10 PC. Here is the command which I'm executing
eksctl create cluster --name revit --version 1.17 --region ap-southeast-2 --fargate
Version of eksctl: 0.25.0
AWS CLI Version: aws-cli/2.0.38…

Suresh Raja
- 411
- 6
- 23
3
votes
3 answers
eksctl stuck on Waiting for Nodes to join the cluster
When using eksctl to create Kubernetes cluster using AWS EKS, the process get stuck waiting for the nodes to join the cluster:
nodegroup "my-cluster" has 0 node(s)
waiting for at least 3 node(s) to become ready in “my-cluster”
timed out (after…

DoiT International
- 2,405
- 1
- 20
- 24
2
votes
1 answer
AWS Distro for OpenTelemetry installation with json configuration file
Before going for a more sophisticated automation approach (Terraform and/or Helm chart) I am trying to get a dev AWS EKS environment working with this guide:
https://aws-otel.github.io/docs/introduction
These steps go fine:
kubectl apply -f…

Robert Campbell
- 303
- 3
- 12
2
votes
2 answers
How to set cpu_manager_policy to static in eks managed nodegroup.?
Hi i have been trying to do cpu pinning in my eks cluster. i have used amazon linux latest release, and my eks version is 1.22 . i have created a launch template where i have used this user data mentioned below.
Content-Type: multipart/mixed;…

Saikrishna Narvaneni
- 21
- 2
2
votes
1 answer
How can I destroy AWS nodegroup when it doesn't appear in CloudFormation and only seems to exist when trying to delete parent cluster or create new?
Cards on the table, I'm a newcomer to AWS so my ignorance is likely the source of my issue.
Sharing the output from my terminal I think is the best way to describe my issue so:
I discovered my issue when I tried to spin up a 4 node AWS EKS cluster…

atp
- 31
- 4
2
votes
1 answer
Error creating cluster using eks anywhere
I am trying to create a local cluster on a centos7 machine using eks anywhere. However I am getting below error. Please let me know if I am missing anything? Here is the link I am following to create the cluster. I have also attached the cluster…

bomsabado
- 35
- 6
2
votes
0 answers
Error creating an EKS Cluster, name and argument cannot be used at the same time
After trial and error I was able to finally get an EKS cluster up and running and deploy some software through a Helm Chart. After bringing the cluster down I tried to create a new cluster following the same exact process and am hitting an error…

Lew Goldstein
- 61
- 4
2
votes
1 answer
AWS EKS - Failure creating load balancer controller
I am trying to create an application load balancer controller on my EKS cluster by following
this link
When I run these steps (after making the necessary changes to the downloaded yaml file)
curl -o v2_1_2_full.yaml…

Damien
- 4,081
- 12
- 75
- 126