ALB Ingress controller status is always showing pending.

0

I am following AWS documentation to create an alb ingress controller in my cluster. I followed each and every step carefully but my ingress controller status is always showing pending I tried to see the logs with the command "kubectl logs --namespace kube-system $(kubectl get po --namespace kube-system | egrep -o [a-zA-Z0–9-]alb-ingress[a-zA-Z0–9-])" but it is not showing anything. Can someone help me to fix my issue. I am not using helm, I am following AWS CLI and Console option from the doc.

Thanks,
Sangam

已提问 4 年前1094 查看次数
1 回答
0

Finally figured out the issue. I just looked into pods and found issue as "0/1 nodes are available: 1 Insufficient pods" and then in node-group, I used higher node type (t3.large) .

This link helped me to understand
https://dev.to/wingkwong/how-to-fix-insufficient-pods-issue-when-deploying-to-amazon-eks-d35

And now I am able to run my ingress controller successfully and also the sample application I deployed from AWS documentation and it is working fine.. :)

已回答 4 年前

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

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

回答问题的准则