Replies: 3 comments 10 replies
-
Background why I want that: I have an intel cpu with intel arc and i want to use hardware transcoding with the intel i915 extension |
Beta Was this translation helpful? Give feedback.
-
Was this the first time you tried to pull that image? Images are built by the image factory and then cached in a CDN but sometimes the first pull times out. I was able to pull the image from my computer, but if you are getting repeat errors it would be something to look into. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your quick response! I have tried it multiple times (5-6 times) distributed over about 1 hour, since I really wanted it to work. I also tried it right now 3 times, for about 10 minutes. Same error I am afraid. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
my Talos OS can pull docker images normally from any registry, but factory.talos.dev and I don't know how to debug the issue further. My laptop can docker pull the exact image.
Talos:
`
➜ talosctl images pull nginx -n node01.prod.gallifrey.local
➜ talosctl images pull factory.talos.dev/metal-installer/def336ea9dcf27176acacc021de46490035de9d7750fd260806e0a6d8d7a6f68:v1.10.1 -n node01.prod.gallifrey.local
Laptop:
➜ docker pull factory.talos.dev/metal-installer/def336ea9dcf27176acacc021de46490035de9d7750fd260806e0a6d8d7a6f68:v1.10.1
v1.10.1: Pulling from metal-installer/def336ea9dcf27176acacc021de46490035de9d7750fd260806e0a6d8d7a6f68
Digest: sha256:c2f263a4773ad32ec4a6743b7ecf898dad50625ac1c86111f78fc0d0b374dd97
Status: Image is up to date for factory.talos.dev/metal-installer/def336ea9dcf27176acacc021de46490035de9d7750fd260806e0a6d8d7a6f68:v1.10.1
factory.talos.dev/metal-installer/def336ea9dcf27176acacc021de46490035de9d7750fd260806e0a6d8d7a6f68:v1.10.1
`
When using this image with
➜ talosctl upgrade -n node01.prod.gallifrey.local --image factory.talos.dev/metal-installer/def336ea9dcf27176acacc021de46490035de9d7750fd260806e0a6d8d7a6f68:v1.10.1 --force
the dashboard shows
user: warning: [2025-05-09T21:36:07.039181137Z]: level=info msg=fetch failed error=failed to do request: Head "https://images.factory.talos.dev/v2/image-factory/metal-installer/ def336ea9dcf27176acacc021de46490035de9d7750fd260806e0a6d8d7a6f68/manifests/sha256:c2f263a4773ad32ec4a6743b7ecf898dad50625ac1c86111f78fc0d0b374dd97": net/http: TLS handshake timeout host=factory.talos.dev image=factory.talos.dev/metal-installer/def336ea9dcf27176acacc021de46490035de9d7750fd260806e0a6d8d7a6f68:v1.10.1 user: warning: [2025-05-09T21:36:07.042248137Z]: [talos] retrying error: failed to pull image "factory.talos.dev/metal-installer/ def336ea9dcf27176acacc021de46490035de9d7750fd260806e0a6d8d7a6f68:v1.10.1": failed to resolve reference "factory.talos.dev/metal-installer/ def336ea9dcf27176acacc021de46490035de9d7750fd260806e0a6d8d7a6f68:v1.10.1": failed to do request: Head "https://images.factory.talos.dev/v2/image-factory/metal-installer/ def336ea9dcf27176acacc021de46490035de9d7750fd260806e0a6d8d7a6f68/manifests/sha256:c2f263a4773ad32ec4a6743b7ecf898dad50625ac1c86111f78fc0d0b374dd97": net/http: TLS handshake timeout
Which does't make any sense, because my Kubernetes pods can resolve the domain, and Talos and my Laptop use the same dns servers (1 local hosted - which can actually resolve this domain, but also 8.8.8.8)
Do you have any further clues or an idea what else I can provide to you?
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions