eksctl Questions

8

Solved

Don't know if this is an error from AWS or something. I created an IAM user and gave it full admin policies. I then used this user to create an EKS cluster using the eksctl CLI but when I logging t...

10

I created a cluster.yaml file which contains the below information: --- apiVersion: eksctl.io/v1alpha5 kind: ClusterConfig metadata: name: eks-litmus-demo region: ${AWS_REGION} version: "1....

10

I have been trying to run an external-dns pod using the guide provided by k8s-sig group. I have followed every step of the guide, and getting the below error. time="2021-02-27T13:27:20Z" ...

2

Solved

I have created a new EKS cluster with 1 worker node in a public subnet. I am able to query node, connect to the cluster, and run pod creation command, however, when I am trying to create a pod it f...
Barela asked 6/1, 2023 at 4:29

5

I have searched many websites and articles but not found any perfect answer. I am using eks version 1.18. I can see a few of the pods are "Evicted", but when trying to check the node I ca...
Charry asked 31/3, 2021 at 7:12

1

I have created EKS cluster manually. Now when I am trying to create a nodegroup for Windows by following this link launch-windows-workers I am getting this below error:- 2021-09-03 06:28:02 [!] no...
Isologous asked 3/9, 2021 at 7:2

3

Solved

Are there any benefits to spawn a new AWKS EKS cluster by using terraform or eksctl? Are there some long-term maintenance benefits of one vs another?
Sclerite asked 29/12, 2020 at 18:32

3

I am trying to create a kubernetes cluster using EKS. The command I am using is eksctl create cluster --name prod --version 1.14 --region us-west-2 --nodegroup-name standard-workers --node-type t3....
Worrisome asked 1/2, 2020 at 3:14

7

I am trying to setup eksctl for eks but it throwing "Error: unable to determine AMI to use: error getting AMI from SSM Parameter Store: AccessDeniedException: User: arn:aws:iam:::user/cnc is n...
Gamine asked 10/1, 2021 at 12:6

2

Solved

I am currently trying out aws eks and I am havin a problem managing my cluster via eksctl. Now creating a cluster via eksctl works just fine using eksctl create cluster --region [region] --name my...
Archbishopric asked 12/6, 2020 at 10:56

1

Solved

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 ...

0

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:...

2

Solved

I'm trying to create a cluster via eksctl, using defaults options, and AMI user with "AdministratorAccess", I get stuck at "waiting for CloudFormation stack" > eksctl create...
Wale asked 17/1, 2021 at 2:41

2

Solved

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 in...
Letty asked 27/6, 2019 at 0:58

1

Solved

eksctl get nodegroups --cluster=cluster-name --profile=dev aws eks list-nodegroups --cluster=cluster-name --profile=dev First result is correct Second result is air as follows: { "nodegrou...
Watanabe asked 25/9, 2020 at 6:35

3

Solved

I have created one kubernetes cluster on EKS. I used eksctl create cluster to create the cluster. I am able to access everything which is great. However, my colleague has created another cluster, a...
Dialectic asked 3/5, 2020 at 14:47

1

Solved

When creating a cluster using eksctl on the command line, one can specify availability zones using the "zones" flag, like so: eksctl create cluster \ --name example \ --version 1.16 \ --region us-...
Cromer asked 27/5, 2020 at 17:50

1

I am trying to create a Kubernetes on AWS EKS cluster using eksctl with autoscaling enabled using proper IAM permissions. As per the documentation: You can create a cluster (or nodegroup in an e...
Paleogeography asked 2/8, 2019 at 11:16
1

© 2022 - 2025 — McMap. All rights reserved.