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
Then, I deployed Keel using Helm, but I can see these errors in the logs:
time="2023-12-09T16:57:47Z" level=error msg="trigger.poll.manager: got error(-s) while watching images" error="encountered errors while adding images: Head \"https://helloworld.k8s/v2/this-is-test/my-image123/manifests/latest\": dial tcp: lookup helloworld.k8s on 10.43.0.10:53: no such host, Head \"https://helloworld.k8s/v2/this-is-test/my-image123/manifests/latest\": dial tcp: lookup helloworld.k8s on 10.43.0.10:53: no such host, Head \"https://helloworld.k8s/v2/this-is-test/my-image123/manifests/latest\": dial tcp: lookup helloworld.k8s on 10.43.0.10:53: no such host, Head \"https://helloworld.k8s/v2/this-is-test/my-image123/manifests/latest\": dial tcp: lookup helloworld.k8s on 10.43.0.10:53: no such host, Head \"https://helloworld.k8s/v2/this-is-test/my-image123/manifests/latest\": dial tcp: lookup helloworld.k8s on 10.43.0.10:53: no such host, Head \"https://helloworld.k8s/v2/his-is-test/my-image123/manifests/latest\": dial tcp: lookup helloworld.k8s on 10.43.0.10:53: no such host"
It seems Keel does not know helloworld.k8s is just a mirror to the actual registry endpoint.
Is there any way to tell Keel to read the /etc/rancher/k3s/registries.yaml file and act accordingly?
The text was updated successfully, but these errors were encountered:
I'm using k3s and I have a Private Registry Configuration in which I've added a mirror:
/etc/rancher/k3s/registries.yaml
:Then, I deployed Keel using Helm, but I can see these errors in the logs:
It seems Keel does not know
helloworld.k8s
is just a mirror to the actual registry endpoint.Is there any way to tell Keel to read the
/etc/rancher/k3s/registries.yaml
file and act accordingly?The text was updated successfully, but these errors were encountered: