Problem pulling image from local registry #6453
Answered
by
westnet-paul
westnet-paul
asked this question in
Q&A
-
I'm experimenting with Talos on my laptop and liking what I'm seeing so far. I'm trying to configure the cluster to pull images from a local registry with a self-signed cert authority. My machineconfig includes:
The actual ca value is the base64-encoded CA cert. I've validated the same CA cert with:
Attempting to start a pod with an image from the registry fails with:
Any ideas? |
Beta Was this translation helpful? Give feedback.
Answered by
westnet-paul
Oct 27, 2022
Replies: 1 comment
-
Kris Reeves on Slack pointed me to the correct answer: under the config key I should have referenced the endpoint, not the registry name:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
westnet-paul
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Kris Reeves on Slack pointed me to the correct answer: under the config key I should have referenced the endpoint, not the registry name: