enable kubelet client certificate rotation (#4081)

* enable kubelet client certificate rotation

* change to variable kubelet_rotate_certificates
This commit is contained in:
Sergey
2019-04-03 11:35:44 +03:00
committed by Kubernetes Prow Robot
parent a8dd69cf17
commit 740d8b0a26
3 changed files with 9 additions and 0 deletions

View File

@@ -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
cgroup-driver option for Kubelet. By default autodetection is used
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.
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: