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年前1096ビュー
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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ