kubespray/roles/container-engine
Seena Fallah 7f90fc7b12
containerd: simplify registry mirror template (#11326)
Simplify registry mirror rendering in config.toml.
The map filter can extract the host list from mirrors so we can
just unique them and render them without needing to construct vars
for it.
For the registry mirror tls section, we can first extract mirrors
from the dict then filter on only the ones having skip_veridy defined
first and then filter on the ones having true (as the dict might not
have skip_verify defined and that would cause errors of undefined var).

This will speed up and simply the templating.

Signed-off-by: Seena Fallah <seenafallah@gmail.com>
2024-10-08 08:46:22 +01:00
..
containerd containerd: simplify registry mirror template (#11326) 2024-10-08 08:46:22 +01:00
containerd-common Do not use ‘yes/no’ for boolean values (#11472) 2024-08-28 06:30:56 +01:00
cri-dockerd Do not use ‘yes/no’ for boolean values (#11472) 2024-08-28 06:30:56 +01:00
cri-o cleanup kube 1.28 and cri-o 1.28 (#11609) 2024-10-08 08:28:22 +01:00
crictl Do not use ‘yes/no’ for boolean values (#11472) 2024-08-28 06:30:56 +01:00
crun/tasks Improving yamllint configuration (#11389) 2024-07-25 18:42:20 -07:00
docker Drop support for RHEL 7 / CentOS 7 (#11246) 2024-09-05 07:41:01 +01:00
gvisor Do not use ‘yes/no’ for boolean values (#11472) 2024-08-28 06:30:56 +01:00
kata-containers Do not use ‘yes/no’ for boolean values (#11472) 2024-08-28 06:30:56 +01:00
meta [docker] use cri-dockerd instead of dockershim for any kubernetes version deployed with docker as the container_manager 2022-06-15 00:57:20 -07:00
nerdctl Do not use ‘yes/no’ for boolean values (#11472) 2024-08-28 06:30:56 +01:00
runc Do not use ‘yes/no’ for boolean values (#11472) 2024-08-28 06:30:56 +01:00
skopeo/tasks Do not use ‘yes/no’ for boolean values (#11472) 2024-08-28 06:30:56 +01:00
validate-container-engine/tasks Do not use ‘yes/no’ for boolean values (#11472) 2024-08-28 06:30:56 +01:00
youki cri-o Switch to libexecdir (#11584) 2024-09-30 08:34:03 +01:00