ALB INGRESS CONTROLLER STUCK IN PENDING

0

I am building an ALB ingress controller for my cluster and it is stuck on pending 0/1. The output of kubectl get pod (pod name) -n kube-system is Warning FailedScheduling 116s default-scheduler 0/3 nodes are available: 3 Too many pods, 3 node(s) had untolerated taint {eks.amazonaws.com/compute-type: fargate}. preemption: 0/3 nodes are available: 3 Preemption is not helpful for scheduling.

  1. what could be the issue?
  2. How can I fix it ?
  • Sounds like you don't have any nodes associated with your cluster. Try kubectl get nodes and past the output here.

1 回答
0

It looks like you are configuring ALB Controller on a EKS Fargate only cluster and are trying to deploy to a namespace for which you don't have a Fargate Profile selector. You can find some more details in another post of your's - https://repost.aws/questions/QU8FN4Cq-uQsqA44XbF0pwfA/eks-fargate-one-pod-one-node

--Syd

profile picture
Syd
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则