-
Notifications
You must be signed in to change notification settings - Fork 208
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 run nydus images from private registry(ecr) aws #1648
Comments
@imeoer any ideas on how to resolve this ? |
@gane5hvarma Any error logs can be found on |
@imeoer i see this logs in nydus-snapshotter pod
|
Im using nydus-snapshotter v0.13.0 version |
@gane5hvarma It looks like no auth info is provided in docker config ( |
@imeoer i have followed this guide on how to enable auth |
@gane5hvarma It seems needs some debugging for the code: https://github.com/containerd/nydus-snapshotter/blob/5f948e4498151b51c742d2ee0b3f7b96f86a26f7/pkg/auth/kubesecret.go#L162 |
Hi @imeoer. Is there a dockerfile for nydus snapshotter. I made some changes to nydus snapshotter and added some debugging code. I need a dockerfile to build docker image and test in eks |
Hi @gane5hvarma, a example Dockerfile in here |
Hi @gane5hvarma There is currently no clear way to obtain the complete prefetch time for the image, and typically users do not need to be concerned about it, but you can check the |
Hi @imeoer im seeing this errors in nydus snapshotter. Any idea on how to resolve this?
|
Additional Information
Hi, I'm running nydus snapshotter in eks(k8s). Im facing a problem when nydus images are stored in private registry(ecr). Following are the logs of the pod. Normal docker images from ecr are working fine, the problem is with nydus image
Version of nydus being used (nydusd --version)
Version of nydus-snapshotter being used (containerd-nydus-grpc --version)
Kernel information (uname -r)
_command result: x.xx.xxx-xxx.xxx.amzn2.x86_64
GNU/Linux Distribution, if applicable (cat /etc/os-release)
command result: cat /etc/os-release
containerd-nydus-grpc command line used, if applicable (ps aux | grep containerd-nydus-grpc)
client command line used, if applicable (such as: nerdctl, docker, kubectl, ctr)
Screenshots (if applicable)
Details about issue
The text was updated successfully, but these errors were encountered: