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

Closed robertvolkmann closed 4 weeks ago

robertvolkmann commented 8 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

robertvolkmann commented 4 weeks ago

Fixed by https://github.com/metal-stack/os-metal-extension/pull/49