Skip to content

Instantly share code, notes, and snippets.

@oke-py
Created August 26, 2020 00:25
Show Gist options
  • Save oke-py/e3827143b16567ab2cc3afff6adfdf33 to your computer and use it in GitHub Desktop.
Save oke-py/e3827143b16567ab2cc3afff6adfdf33 to your computer and use it in GitHub Desktop.
git diff upstream/release-1.17 fb6364d <file>
diff --git a/content/en/docs/tasks/tls/certificate-rotation.md b/content/en/docs/tasks/tls/certificate-rotation.md
index 3cf55db33..890621c19 100644
--- a/content/en/docs/tasks/tls/certificate-rotation.md
+++ b/content/en/docs/tasks/tls/certificate-rotation.md
@@ -2,23 +2,24 @@
reviewers:
- jcbsmpsn
- mikedanese
-title: Certificate Rotation
-content_template: templates/task
+title: Configure Certificate Rotation for the Kubelet
+content_type: task
---
-{{% capture overview %}}
+<!-- overview -->
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 %}}
+## {{% heading "prerequisites" %}}
+
* Kubernetes version 1.8.0 or later is required
-{{% /capture %}}
-{{% capture steps %}}
+
+<!-- steps -->
## Overview
@@ -77,6 +78,6 @@ kubelet will retrieve the new signed certificate from the Kubernetes API and
write that to disk. Then it will update the connections it has to the
Kubernetes API to reconnect using the new certificate.
-{{% /capture %}}
+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment