0

After installing k0s I generated and adjusted a containerd config as described here https://docs.k0sproject.io/v0.9.0/containerd_config/.

I added the following lines to not check TLS for my custom registry: /etc/k0s/containerd.toml

[plugin."io.containerd.grpc.v1.cri".registry.configs."registry.myproject.localdev".tls]
  insecure_skip_verify = true

However when I try to pull an image I still get a TLS error:

sudo k0s ctr images pull registry.myproject.localdev/vue-project:1.0.0

Does anyone know how to allow for insecure registries with containerd running under k0s?

khusseini
  • 174
  • 1
  • 7

0 Answers0