mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 17:50:18 +03:00
Setting the following: ``` kube_kubeadm_controller_extra_args: address: 0.0.0.0 terminated-pod-gc-threshold: "100" ``` Results in `terminated-pod-gc-threshold: 100` in the kubeadm config file. But it has to be a string to work.