diff --git a/content/en/docs/tasks/tls/certificate-rotation.md b/content/en/docs/tasks/tls/certificate-rotation.md index 8581f60c56fb8..3cf55db335af0 100644 --- a/content/en/docs/tasks/tls/certificate-rotation.md +++ b/content/en/docs/tasks/tls/certificate-rotation.md @@ -10,12 +10,12 @@ content_template: templates/task This page shows how to enable and configure certificate rotation for the kubelet. {{% /capture %}} +{{< feature-state for_k8s_version="v1.8" state="beta" >}} + {{% capture prerequisites %}} * Kubernetes version 1.8.0 or later is required -* Kubelet certificate rotation is beta in 1.8.0 which means it may change without notice. - {{% /capture %}} {{% capture steps %}}