metal-stack / gardener-extension-provider-metal

Implementation of the gardener-extension-controller for metal-stack
MIT License
24 stars 11 forks source link

Using deprecated containerd configuration #392

Open robertvolkmann opened 5 months ago

robertvolkmann commented 5 months ago

The Isolated Cluster API was implemented with using the deprecated registry.mirrors configuration.

NOTE: registry.mirrors and registry.configs as previously described in this document have been DEPRECATED. As described in the cri config you should now use the following configuration

https://github.com/containerd/containerd/blob/main/docs/cri/registry.md

Working example with the new configuration: https://github.com/robertvolkmann/containerd-registry-mirror