You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Environmental Info:
K3s Version:
k3s version v1.29.5+k3s1 (4e53a32)
go version go1.21.9
Node(s) CPU architecture, OS, and Version:
Linux 6.8.0-35-generic #35-Ubuntu SMP PREEMPT_DYNAMIC Mon May 20 15:51:52 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Cluster Configuration:
1 server
Describe the bug:
I am trying to use private registry which is working over http. I am trying to add mirror so that proper endpoint is used but it does not change anything.
Steps To Reproduce:
Add this to /etc/rancher/k3s/registries.yaml:
E0615 12:48:39.145915 20670 remote_image.go:180] "PullImage from image service failed" err="rpc error: code = Unknown desc = failed to pull and unpack image \"docker-registry.default.svc.cluster.local:5000/symfony-api:1\": failed to resolve reference \"docker-registry.default.svc.cluster.local:5000/symfony-api:1\": failed to do request: Head \"https://docker-registry.default.svc.cluster.local:5000/v2/symfony-api/manifests/1\": dial tcp: lookup docker-registry.default.svc.cluster.local: Try again" image="docker-registry.default.svc.cluster.local:5000/symfony-api:1"
FATA[0005] pulling image: failed to pull and unpack image "docker-registry.default.svc.cluster.local:5000/symfony-api:1": failed to resolve reference "docker-registry.default.svc.cluster.local:5000/symfony-api:1": failed to do request: Head "https://docker-registry.default.svc.cluster.local:5000/v2/symfony-api/manifests/1": dial tcp: lookup docker-registry.default.svc.cluster.local: Try again
The text was updated successfully, but these errors were encountered:
Environmental Info:
K3s Version:
k3s version v1.29.5+k3s1 (4e53a32)
go version go1.21.9
Node(s) CPU architecture, OS, and Version:
Linux 6.8.0-35-generic #35-Ubuntu SMP PREEMPT_DYNAMIC Mon May 20 15:51:52 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Cluster Configuration:
1 server
Describe the bug:
I am trying to use private registry which is working over http. I am trying to add mirror so that proper endpoint is used but it does not change anything.
Steps To Reproduce:
Add this to
/etc/rancher/k3s/registries.yaml
:Restart k3s:
Try to pull image:
Expected behavior:
Image is pulled
Actual behavior:
Got error
The text was updated successfully, but these errors were encountered: