mirror of
https://github.com/geerlingguy/ansible-role-kubernetes.git
synced 2024-11-23 19:06:33 +01:00
Document kube_proxy_configuration
This commit is contained in:
parent
7a40d6f2ae
commit
830b35f047
@ -65,6 +65,10 @@ NOTE: This is the recommended way to do the kubelet-configuration. Most command-
|
||||
|
||||
NOTE: The recommended cgroupDriver depends on your [Container Runtime](https://kubernetes.io/docs/setup/production-environment/container-runtimes). When using this role with containerd instead of docker, this value should be changed to `systemd`.
|
||||
|
||||
kubernetes_config_kube_proxy_configuration: {}
|
||||
|
||||
Options under `kind: KubeProxyConfiguration`.
|
||||
|
||||
### Variables to configure kubeadm and kubelet through command-line-options
|
||||
|
||||
kubernetes_kubelet_extra_args: ""
|
||||
|
Loading…
Reference in New Issue
Block a user