c12s-kubespray/roles/container-engine/containerd
Pavel Chekin 8f899a1101
Fix containerd (<1.7) configuration for insecure registries (#9207)
For the following configuration

```
    containerd_insecure_registries:
      docker.io:
        - dockerhubcache.example.com
```

the rendered /etc/containerd/config.toml contains

```
        [plugins."io.containerd.grpc.v1.cri".registry.configs."docker.io".tls]
          insecure_skip_verify = true
```

but it needs to be

```
        [plugins."io.containerd.grpc.v1.cri".registry.configs."dockerhubcache.example.com".tls]
          insecure_skip_verify = true
```
2022-08-22 23:13:23 -07:00
..
defaults let containerd_default_runtime be undefined by default (#9026) 2022-06-27 10:56:59 -07:00
handlers Ensure containerd service unmasking (#8726) 2022-04-29 08:39:14 -07:00
meta containerd: add hashes for 1.5.8 and 1.4.12 and make 1.5.8 the new default (#8239) 2021-12-03 12:20:35 -08:00
molecule/default [CI] fix molecule tests on opensuse by upgrading to 15.4 (#9175) 2022-08-14 19:02:13 -07:00
tasks Add kylin OS support (#9078) 2022-08-01 10:44:29 -07:00
templates Fix containerd (<1.7) configuration for insecure registries (#9207) 2022-08-22 23:13:23 -07:00
vars containerd: download containerd from upstream instead of using distro specific packages (#7970) 2021-10-20 08:47:58 -07:00