Closed ridzuan5757 closed 2 weeks ago
Hi @ridzuan5757 thank you for raising this issue. Unfortunately, NTH v1 does not support ap-southeast-5. We have a separate unreleased branch called NTH v2 that you can try using which should work in that region.
Starting a thread here on what the future fix would be: we would need to update aws-sdk-go to v2 as that has the most up to date region information. All the region information provided by aws-sdk-go v1 is outdated (hence NTH failure in ap-southeast-5). We are unsure when we might be able to get to this issue as our team has limited bandwidth, but we welcome contributions if anybody is interested in starting on a fix.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you want this issue to never become stale, please ask a maintainer to apply the "stalebot-ignore" label.
This issue was closed because it has become stale with no activity.
Describe the bug
aws-node-termination-handler
stuck inCrashLoopBackOff
when deployed in AWS Malaysia region (ap-southeast-5
).Steps to reproduce Kubernetes is deployed using Kops using the following command:
Expected outcome Containers running normally as deployed in other regions.
Application Logs This is the log from
kubectl describe pod
This is the log from
kubectl get log
Environment