We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What happened: Immediately after upgrading to latest ami, all our services were started crashing with errors like
Caused by: java.net.UnknownHostException: jm-audit-spinnaker.s3.ap-south-1.amazonaws.com
Caused by: java.net.UnknownHostException: ec2.ap-south-1.amazonaws.com
Caused by: java.net.UnknownHostException: redis.audit.internal which points to jm-spinnaker-redis.k6r58l.ng.0001.aps1.cache.amazonaws.com
What you expected to happen: Smooth migration
How to reproduce it (as minimally and precisely as possible): Try depoyling app using aws sdk
Anything else we need to know?:
Environment:
aws eks describe-cluster --name <name> --query cluster.platformVersion
aws eks describe-cluster --name <name> --query cluster.version
uname -a
cat /etc/eks/release
BASE_AMI_ID="ami-0ab1913ead3883bb5" BUILD_TIME="Thu Apr 23 17:45:51 UTC 2020" BUILD_KERNEL="4.14.173-137.229.amzn2.x86_64" ARCH="x86_64"
The text was updated successfully, but these errors were encountered:
Is there any update on this issue? We are facing similar situation as well.
Sorry, something went wrong.
Taking a look at this. Is this also an issue with the latest releaseVersion (20200507)?
@rverma-jm Could you please verify if this issue still exists on the latest AMIs?
No branches or pull requests
What happened:
Immediately after upgrading to latest ami, all our services were started crashing with errors like
What you expected to happen:
Smooth migration
How to reproduce it (as minimally and precisely as possible):
Try depoyling app using aws sdk
Anything else we need to know?:
Environment:
aws eks describe-cluster --name <name> --query cluster.platformVersion
): eks.1aws eks describe-cluster --name <name> --query cluster.version
): 1.16uname -a
): Linux ip-192-168-22-124.ap-south-1.compute.internal 4.14.173-137.229.amzn2.x86_64 Template is missing source_ami_id in the variables section #1 SMP Wed Apr 1 18:06:08 UTC 2020 x86_64 x86_64 x86_64 GNU/Linuxcat /etc/eks/release
on a node):The text was updated successfully, but these errors were encountered: