-
Notifications
You must be signed in to change notification settings - Fork 339
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 pull images when using kubelet.config.k8s.io/v1 #616
Comments
I am facing the same issue. It's because the (described here)
I just found another implementation that looks suitable for the Kubelet in the cloud-provider repo. |
I just tested what I mentioned above (using the I suggest to add few lines redirecting Kubernetes users to the correct project to avoid confusion. |
@MadJlzz Testing with the cloud-provider-aws provider you suggest and still getting
what does your |
Something like this
Dont forget to pass Also, the above Finally, make sure you have the correct IAM permissions set on the role that makes the call. |
Getting the following error with k8s 1.25
Looks like I have to use v1beta1 but then I get an error from ecr-credential-provider
Only fix was to upgrade to k8s 1.29 |
Indeed, I tested on a Kubernetes 1.29 but it is stable from 1.26 onward. |
for anyone landed in here, with same issue --> https://github.com/dntosas/ecr-credential-provider |
Hey team 👋
Trying to make a k8s cluster v1.27 work with Kubelet alongside with ecr-creds-helper following this guide https://kubernetes.io/docs/tasks/administer-cluster/kubelet-credential-provider/
Using IAM attached on node, both IMDSv1/v2 allowed.
This is my configuration:
Getting always this error, tried multiple configs/args etc. Any clues?
Error:
Error parsing the serverURL
invalid port
The text was updated successfully, but these errors were encountered: