Skip to content
New issue

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

Seg fault on aws command #7

Open
frederikcolardyn opened this issue Oct 8, 2021 · 2 comments
Open

Seg fault on aws command #7

frederikcolardyn opened this issue Oct 8, 2021 · 2 comments

Comments

@frederikcolardyn
Copy link

Since a week, we can no longer use this images in our gitlab ci/cd pipeline to deploy to kubernetes. Every aws command exits promptly with a segfault error. Prior to this week the image worked flawless.

Using image:

jshimko/kube-tools-aws:latest on Amazon Linux EKS optimized AMI 1.20.7-20210914

Output:

/bin/bash: line 177: 21 Segmentation fault (core dumped) aws eks --region $AWS_DEFAULT_REGION update-kubeconfig --name $EKS_CLUSTER

@frederikcolardyn
Copy link
Author

Version 3.7.0 still works.

@jshimko
Copy link
Owner

jshimko commented Oct 8, 2021

I just tried this and it worked...

docker run -it \
  -e AWS_ACCESS_KEY_ID="<AWS key>" \
  -e AWS_SECRET_ACCESS_KEY="<AWS secret>" \
  -e AWS_DEFAULT_REGION="us-west-2" \
  jshimko/kube-tools-aws:3.8.0

aws eks list-clusters

aws eks update-kubeconfig --name $CLUSTER_NAME

kubectl get nodes

If it's still not working for you, can you try the 3.8.1 build I just pushed up. I just want to see if a dependency I updated in 3.8.0 had anything to do with your issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants