adamant-kite-43734
01/22/2024, 12:58 PMcreamy-pencil-82913
01/22/2024, 6:51 PMcreamy-pencil-82913
01/22/2024, 6:52 PMbulky-lion-69614
01/23/2024, 2:36 AMrke
. So registry url is <http://registry.com/rke|registry.com/rke>
.
/etc/rancher/rke2/registries.yaml
is as follow:
mirrors:
<http://docker.io|docker.io>:
endpoint:
- <https://registry.com/rke>
<http://index.docker.io|index.docker.io>:
endpoint:
- <https://registry.com/rke>
<http://registry.com/rke|registry.com/rke>:
endpoint:
- <https://registry.com/rke>
configs:
<http://registry.com/rke|registry.com/rke>:
auth:
username: ####
password: ####
tls:
insecure_skip_verify: true
I am getting below error in rke:
Jan 22 11:46:04 server0 rke2[205555]: time="2024-01-22T11:46:04Z" level=info msg="Using private registry config file at /etc/rancher/rke2/registries.yaml"
Jan 22 11:46:04 server0 rke2[205555]: time="2024-01-22T11:46:04Z" level=info msg="Pulling runtime image <http://index.docker.io/rancher/rke2-runtime:v1.26.5-rke2r1|index.docker.io/rancher/rke2-runtime:v1.26.5-rke2r1>"
Jan 22 11:46:04 server0 rke2[205555]: time="2024-01-22T11:46:04Z" level=fatal msg="chmod /var/lib/rancher/rke2/data/v1.26.5-rke2r1-20991fc2bc3f/bin: no such file or directory"
Jan 22 11:46:04 server0 systemd[1]: rke2-server.service: Main process exited
I am able to pull the same image using podman.creamy-pencil-82913
01/23/2024, 4:34 AMcreamy-pencil-82913
01/23/2024, 4:35 AM