-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[Bug] - MacOS timeout error #6849
Comments
How did you configure your AWS credentials? Please refer to https://eksctl.io/introduction/#prerequisite |
@yuxiang-zhang, the issue is not related to my credentials, it's the communication between eksctl and the AWS STS API that's causing an issue. When I make requests manually, they are successful, but eksctl returns a timeout. |
Hello, Folks. Any updates? |
I cannot reproduce the issue, I suspect it's some conflict in your AWS credentials setup. Notice the URL that's used to fetch the credentials |
I changed my account id to XPTO, just it. I won't paste my account id on internet. |
I'm saying that I need more information so I can try to reproduce. You may need to share how you set up your credentials to help us help you |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This issue was closed because it has been stalled for 5 days with no activity. |
What were you trying to accomplish?
When I run any
eksctl
commands in my Mac M1 Pro (Version 13.4.1 (c) - Ventura) I received the below error:In my case I'm try run the follow command:
eksctl utils associate-iam-oidc-provider --cluster $CLUSTER_NAME --approve --profile xpto
What happened?
Received timeout error when runs any eksctl commands.
How to reproduce it?
In a Mac running OSX Ventura 13.4.1
1 - Install eksctl (I'm using the version 0.150.0-dev)
2 - Try run any command in macOS. In my case this command:
eksctl utils associate-iam-oidc-provider --cluster $CLUSTER_NAME --approve --profile xpto
Logs
Anything else we need to know?
Versions
The text was updated successfully, but these errors were encountered: