From efab8c6166c575979eca25dd6a51b8a9000a84c9 Mon Sep 17 00:00:00 2001 From: Pablo Castellano Date: Mon, 25 Nov 2019 14:05:21 +0100 Subject: [PATCH] Use feature-state template (#17787) * Use feature-state template * Update certificate-rotation.md --- content/en/docs/tasks/tls/certificate-rotation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/tasks/tls/certificate-rotation.md b/content/en/docs/tasks/tls/certificate-rotation.md index 8581f60c56..3cf55db335 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 %}}