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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠