|
@ -113,6 +113,8 @@ Stack](https://github.com/kubernetes-sigs/kubespray/blob/master/docs/dns-stack.m |
|
|
* *kubelet_cgroup_driver* - Allows manual override of the |
|
|
* *kubelet_cgroup_driver* - Allows manual override of the |
|
|
cgroup-driver option for Kubelet. By default autodetection is used |
|
|
cgroup-driver option for Kubelet. By default autodetection is used |
|
|
to match Docker configuration. |
|
|
to match Docker configuration. |
|
|
|
|
|
* *kubelet_rotate_certificates* - Auto rotate the kubelet client certificates by requesting new certificates |
|
|
|
|
|
from the kube-apiserver when the certificate expiration approaches. |
|
|
* *node_labels* - Labels applied to nodes via kubelet --node-labels parameter. |
|
|
* *node_labels* - Labels applied to nodes via kubelet --node-labels parameter. |
|
|
For example, labels can be set in the inventory as variables or more widely in group_vars. |
|
|
For example, labels can be set in the inventory as variables or more widely in group_vars. |
|
|
*node_labels* must be defined as a dict: |
|
|
*node_labels* must be defined as a dict: |
|
|