-
Notifications
You must be signed in to change notification settings - Fork 314
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
Unable to Get ECR Creds - context deadline exceeded #1029
Comments
This issue is currently awaiting triage. If cloud-provider-aws contributors determine this is a relevant issue, they will accept it by applying the The Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
You're probably getting the timeout here:
Do your nodes have network access to the ECR endpoint? (the warning you're seeing in the output there is misleading but harmless. Fix for that in #1030) |
I can confirm that the node has network connectivity to ECR VPC endpoint and it also has ECR full permissions. What else can I look for, is there a way to debug this further in my env? |
You verified that You can try to reproduce the cred provider failure with something like:
|
I was able to resolve this, my cluster was not having connectivity to ecr api. Thanks for helping me debug this. |
What happened:
I'm trying to implement image pull from private ECR, I have installed and configured ecr-credential-provider plugin, I'm getting this error in kubelet logs, and can't figure out how to proceed further
The plugin binary is executed and it says context deadline exceeded.
below is my configuration, I'm using Talos, so this is the creds config patch
Environment:
kubectl version
):Client Version: v1.31.1
Kustomize Version: v5.4.2
Server Version: v1.30.3
NAME="Talos"
ID=talos
VERSION_ID=v1.8.0
PRETTY_NAME="Talos (v1.8.0)"
HOME_URL="https://www.talos.dev/"
BUG_REPORT_URL="https://github.com/siderolabs/talos/issues"
VENDOR_NAME="Sidero Labs"
VENDOR_URL="https://www.siderolabs.com/"
/kind bug
The text was updated successfully, but these errors were encountered: