From 2e3a25069d96dec4c99a14ffacab6118e03798e4 Mon Sep 17 00:00:00 2001 From: Nishanth Reddy Date: Wed, 10 Apr 2019 09:44:12 +0200 Subject: [PATCH] Added missing --rotate-server-certificates flag to kubelet cli reference (#13586) --- .../docs/reference/command-line-tools-reference/kubelet.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/en/docs/reference/command-line-tools-reference/kubelet.md b/content/en/docs/reference/command-line-tools-reference/kubelet.md index 02a2893eec..fbb70e26b3 100644 --- a/content/en/docs/reference/command-line-tools-reference/kubelet.md +++ b/content/en/docs/reference/command-line-tools-reference/kubelet.md @@ -976,6 +976,13 @@ kubelet [flags] Auto rotate the kubelet client certificates by requesting new certificates from the kube-apiserver when the certificate expiration approaches. + + --rotate-server-certificates + + + Auto-request and rotate the kubelet serving certificates by requesting new certificates from the kube-apiserver when the certificate expiration approaches. Requires the RotateKubeletServerCertificate feature gate to be enabled, and approval of the submitted CertificateSigningRequest objects. + + --runonce