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 |