1

everyone. I try to build k8s cluster (v 1.20) in my company. I have some worker-node. And I have been deployed some services already.

And now I have a task to create a custom image. The main question: where should I store them (images)? I made local docker registry. But containerd can't pull image from not secure registry. And I find decision in net: update config.toml for containerd where I can write endpoint for docker registry with "http". To my mind it is not comfortable to add section for every new node in k8s-cluster.

Could you help me find more elegant decision?

udg
  • 13
  • 4
  • Does this answer your question? [Adding insecure registry in containerd](https://stackoverflow.com/questions/65681045/adding-insecure-registry-in-containerd) – kool Feb 18 '21 at 16:33
  • Yes, i did the same. But it not elegant decision, because i need to do it on every node in cluster. – udg Feb 19 '21 at 08:15

0 Answers0