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

Pulling the image without credentials. Image: reg.xxx.lan:5000/xxx/pause:3.9 #232

Open
zhangguanzhang opened this issue Sep 5, 2023 · 2 comments

Comments

@zhangguanzhang
Copy link
Contributor

zhangguanzhang commented Sep 5, 2023

version info and cmdline

# cri-dockerd --version
cri-dockerd 0.3.4 (e88b1605)
# systemctl cat cri-dockerd
...
ExecStart=/usr/local/bin/cri-dockerd \
    --container-runtime-endpoint unix:///var/run/cri-dockerd.sock \
    --network-plugin=cni \
    --cni-bin-dir=/data/kube/bin/ \
    --pod-infra-container-image=reg.xxx.lan:5000/xxx/pause:3.9

cri-dockerd cannot pull reg.xxx.lan:5000/xxx/pause:3.9

9月 05 15:43:00 xxx-PC cri-dockerd[27149]: time="2023-09-05T15:43:00+08:00" level=info msg="Pulling the image without credentials. Image: reg.xxx.lan:5000/xxx/pause:3.9"
9月 05 15:43:01 xxx-PC cri-dockerd[27149]: time="2023-09-05T15:43:01+08:00" level=info msg="Pulling the image without credentials. Image: reg.xxx.lan:5000/xxx/pause:3.9"
9月 05 15:43:02 xxx-PC cri-dockerd[27149]: time="2023-09-05T15:43:02+08:00" level=info msg="Pulling the image without credentials. Image: reg.xxx.lan:5000/xxx/pause:3.9"
9月 05 15:43:05 xxx-PC cri-dockerd[27149]: time="2023-09-05T15:43:05+08:00" level=info msg="Pulling the image without credentials. Image: reg.xxx.lan:5000/xxx/pause:3.9"
9月 05 15:43:05 xxx-PC cri-dockerd[27149]: time="2023-09-05T15:43:05+08:00" level=info msg="Pulling the image without credentials. Image: reg.xxx.lan:5000/xxx/pause:3.9"
.....

how to used credentials for pod-infra-container-image

@gdace829
Copy link

I meet the same problem

@zhangguanzhang
Copy link
Contributor Author

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