how can we pull images from a private registry from colima kubernetes? #622
Replies: 1 comment
-
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.
-
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