how can we pull images from a private registry from colima kubernetes? #622
Replies: 2 comments
-
|
Hi - I'm trying to achieve the same sort of thing and have spent quite some time fiddling trying to get this to work. I've made some progress, but there are some issues I'd like to overcome. First off I'm using an MacOS 13.5, trying to use:
According to the K3S docs, the private registry configuration should be automatically picked up from That does allow me to pull down images from ECR using the registry config: I'd be interested to know if anyone is able to progress this further. It would be really useful to be able to get this working for local development. For completeness I'm using the following colima configuration |
Beta Was this translation helpful? Give feedback.
-
|
Some ad-hoc documentation for how to get this set up for Google Artifact Registry (GAR) in k3s managed by colima backed by containerd:
Hopefully this helps somebody else, I wasted so much time trying to muck about with A brief retrospective is that what may have been happening here is k3s + colima's containerd prevents k3s from writing Because that What's likely causing yet more problems is that containerd has a concept of image I ran out of patience and found the alternate above solution, but perhaps this is enough context that somebody else can finish knitting these things together. Presumably it all "just worked" with the docker backend, but we've got growing pains with the containerd backend. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
My current .docker/config.json looks like below, but alternatively I could configure a credentials helper. However I am unable to pull images from the colima configured kubernetes from the private registry. How can we pull images from a private registry from colima kubernetes?
Beta Was this translation helpful? Give feedback.
All reactions