kubespray/roles/kubernetes-apps
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
..
ansible Fix the pretty-printing of (core|nodelocal)dns (#11694) 2024-11-18 07:06:53 +00:00
argocd Do not use ‘yes/no’ for boolean values (#11472) 2024-08-28 06:30:56 +01:00
cluster_roles Cleanup: remove all cloud_provider related tasks & files 2024-11-05 00:51:00 +08:00
container_engine_accelerator Drop support for RHEL 7 / CentOS 7 (#11246) 2024-09-05 07:41:01 +01:00
container_runtimes Improving yamllint configuration (#11389) 2024-07-25 18:42:20 -07:00
csi_driver Use correct secret name for csi-upcloud pull secret (#11597) 2024-10-04 13:44:28 +01:00
external_cloud_controller Refactor: simpify external_cloud_provider is defined 2024-11-05 08:32:39 +08:00
external_provisioner Improving yamllint configuration (#11389) 2024-07-25 18:42:20 -07:00
gateway_api Feat: Gateway API CRDs install support (#11376) 2024-08-31 08:24:45 +01:00
helm Do not use ‘yes/no’ for boolean values (#11472) 2024-08-28 06:30:56 +01:00
ingress_controller [cert-manager] upgrade to v1.15.3 (#11668) 2024-11-04 10:39:29 +00:00
krew Do not use ‘yes/no’ for boolean values (#11472) 2024-08-28 06:30:56 +01:00
kubelet-csr-approver Fix kubelet-csr-approver deployment failes if kube_network_plugin=cni(generic) (#11704) 2024-11-16 14:54:54 +00:00
meta Cleanup: remove all cloud_provider related tasks & files 2024-11-05 00:51:00 +08:00
metallb Improving yamllint configuration (#11389) 2024-07-25 18:42:20 -07:00
metrics_server metrics-server: proper defaults, cleaner deploy template 2024-09-24 11:16:32 +02:00
network_plugin Update multus to v4.1.0 and clarify cilium compatibility (#11434) 2024-09-09 03:56:27 +01:00
node_feature_discovery Update node-feature-discovery to v0.16.4 (#11250) 2024-08-19 05:59:30 -07:00
persistent_volumes Cleanup: remove all cloud_provider related tasks & files 2024-11-05 00:51:00 +08:00
policy_controller Improving yamllint configuration (#11389) 2024-07-25 18:42:20 -07:00
registry Improving yamllint configuration (#11389) 2024-07-25 18:42:20 -07:00
scheduler_plugins Improving yamllint configuration (#11389) 2024-07-25 18:42:20 -07:00
snapshots Improving yamllint configuration (#11389) 2024-07-25 18:42:20 -07:00