c12s-kubespray/roles/kubernetes/master
Andreas Krüger 788e41a315
Make sure output from extra args is strings
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.
2018-03-14 19:23:43 +01:00
..
defaults Explicitly defines the --kubelet-preferred-address-types parameter 2018-03-05 15:25:14 +01:00
handlers Increased timeout values for k8s API server restart 2018-02-12 07:35:29 +00:00
tasks Set filemode to 0640 (#2315) 2018-02-21 23:13:46 +03:00
templates Make sure output from extra args is strings 2018-03-14 19:23:43 +01:00
vars Address standalone kubelet config case 2016-12-13 16:35:53 +01:00