c12s-kubespray/roles
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
..
adduser fix: remove condition for user creation (#9125) 2022-08-15 23:55:07 -07:00
bastion-ssh-config Replace callback_whitelist with callbacks_enabled (#8759) 2022-06-09 13:15:45 -07:00
bootstrap-os Add unsafe_show_logs switch (#9164) 2022-08-16 18:52:48 -07:00
container-engine Fix containerd (<1.7) configuration for insecure registries (#9207) 2022-08-22 23:13:23 -07:00
download [kubernetes] Add hashes for 1.24.4, 1.22.13, 1.23.10 and make v1.24.4 default (#9191) 2022-08-21 23:11:44 -07:00
etcd Add unsafe_show_logs switch (#9164) 2022-08-16 18:52:48 -07:00
etcdctl Add kubeadm option to etcd_deployment_type to replace the etcd_kubeadm_enabled variable (#8317) 2022-02-22 08:53:16 -08:00
helm-apps Helm-apps role for installing helm charts (#8347) 2022-03-14 08:29:58 -07:00
kubernetes Add the option to enable default Pod Security Configuration (#9017) 2022-08-18 01:16:36 -07:00
kubernetes-apps Add 'avoid-buggy-ips' support of MetalLB (#9166) 2022-08-18 21:49:51 -07:00
kubespray-defaults [kubernetes] Add hashes for 1.24.4, 1.22.13, 1.23.10 and make v1.24.4 default (#9191) 2022-08-21 23:11:44 -07:00
network_plugin 9035: Make Cilium rolling-restart delay/timeout configurable (#9176) 2022-08-22 02:37:44 -07:00
recover_control_plane Use a variable for standardizing kubectl invocation (#8329) 2022-01-05 02:26:32 -08:00
remove-node Use a variable for roles of remove-node/post-remove (#9096) 2022-07-26 10:51:09 -07:00
reset Add 'flush ip6tables' task in reset role (#9168) 2022-08-18 01:12:37 -07:00
upgrade Argument jsonpath must be single-quoted in "See if node is schedulable" task (#9146) 2022-08-05 08:09:47 -07:00
win_nodes/kubernetes_patch Use a variable for standardizing kubectl invocation (#8329) 2022-01-05 02:26:32 -08:00