cri-dockerd icon indicating copy to clipboard operation
cri-dockerd copied to clipboard

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

Open zhangguanzhang opened this issue 2 years ago • 2 comments

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

zhangguanzhang avatar Sep 05 '23 07:09 zhangguanzhang

I meet the same problem

gdace829 avatar Oct 28 '23 09:10 gdace829

@gdace829 解决了,看我博客 https://zhangguanzhang.github.io/2024/04/11/cri-docker-sandbox-image/

zhangguanzhang avatar Apr 11 '24 10:04 zhangguanzhang