20 lines
467 B
Markdown
20 lines
467 B
Markdown
---
|
|
title: RotateKubeletServerCertificate
|
|
content_type: feature_gate
|
|
_build:
|
|
list: never
|
|
render: false
|
|
|
|
stages:
|
|
- stage: alpha
|
|
defaultValue: false
|
|
fromVersion: "1.7"
|
|
toVersion: "1.11"
|
|
- stage: beta
|
|
defaultValue: true
|
|
fromVersion: "1.12"
|
|
---
|
|
Enable the rotation of the server TLS certificate on the kubelet.
|
|
See [kubelet configuration](/docs/reference/access-authn-authz/kubelet-tls-bootstrapping/#kubelet-configuration)
|
|
for more details.
|