kubespray/roles
Max Gautier badfb6ca34
Fix the pretty-printing of (core|nodelocal)dns (#11694)
When using
dns_upstream_forward_extra_opts:
  prefer_udp: "" # the option as no value so use empty string to just
                 # put the key

This is rendered in the dns configmap as ($ for end-of-line)

...
  prefer_udp $
...

Note the trailing space.
This triggers https://github.com/kubernetes/kubernetes/issues/36222,
which makes the configmap hardly readable when editing them manually or
simply putting them in a yaml file for inspection.

Trim the concatenation of option + value to get rid of any trailing
space.
2024-11-18 07:06:53 +00:00
..
adduser Do not use ‘yes/no’ for boolean values (#11472) 2024-08-28 06:30:56 +01:00
bastion-ssh-config Improving yamllint configuration (#11389) 2024-07-25 18:42:20 -07:00
bootstrap-os fix task naming in bootstrap-os (#11714) 2024-11-17 17:22:53 +00:00
container-engine Add a new crio_root variable in order to store CRI-O data on something else than /var/lib (#11692) 2024-11-07 02:01:29 +00:00
download Stricter kubeadm validation (config and runtime checks) (#11710) 2024-11-15 06:34:52 +00:00
etcd etcd: throttle restart for availability (#11677) 2024-11-05 06:11:29 +00:00
etcdctl_etcdutl Do not use ‘yes/no’ for boolean values (#11472) 2024-08-28 06:30:56 +01:00
helm-apps Fix kubelet-csr-approver deployment failes if kube_network_plugin=cni(generic) (#11704) 2024-11-16 14:54:54 +00:00
kubernetes Stricter kubeadm validation (config and runtime checks) (#11710) 2024-11-15 06:34:52 +00:00
kubernetes-apps Fix the pretty-printing of (core|nodelocal)dns (#11694) 2024-11-18 07:06:53 +00:00
kubespray-defaults Bump: pause container upgrade to 3.10 (#11695) 2024-11-08 16:46:45 +00:00
network_plugin Refactor: simpify cloud_provider is defined condition 2024-11-05 08:32:39 +08:00
recover_control_plane Rename master to control plane - non-breaking changes only (#11394) 2024-09-06 07:56:19 +01:00
remove-node remove-etcd-node: cleanups, correct change semantics 2024-09-24 09:11:32 +02:00
reset Test group membership with group_names 2024-09-21 14:09:09 +02:00
upgrade Do not use ‘yes/no’ for boolean values (#11472) 2024-08-28 06:30:56 +01:00
win_nodes/kubernetes_patch Do not use ‘yes/no’ for boolean values (#11472) 2024-08-28 06:30:56 +01:00