From d99ecc00dcc8050d12ecc6470988277adf984e35 Mon Sep 17 00:00:00 2001 From: Alena Prokharchyk Date: Tue, 12 Mar 2019 14:43:19 -0700 Subject: [PATCH] Update _index.md --- .../certificate-rotation/_index.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/content/rancher/v2.x/en/cluster-provisioning/rke-clusters/certificate-rotation/_index.md b/content/rancher/v2.x/en/cluster-provisioning/rke-clusters/certificate-rotation/_index.md index 1e0fd37ad77..0a9ed86b5e1 100644 --- a/content/rancher/v2.x/en/cluster-provisioning/rke-clusters/certificate-rotation/_index.md +++ b/content/rancher/v2.x/en/cluster-provisioning/rke-clusters/certificate-rotation/_index.md @@ -9,28 +9,28 @@ weight: 2225 As of v2.2, you can rotate certificates for RKE clusters in Rancher. You can chose to: -- Rotate Certificate for all cluster components +- Rotate Certificate for all cluster components. - Rotate Certificates for a specific component. - Rotate CA certificates. To rotate certificates for your cluster, open the **Global** view, make sure the **Clusters** tab is selected, and then select **Ellipsis (...) > Rotate Certificates** for the cluster that you want to rotate certificate. -### Certificate rotation for all components +### Certificate rotation for all cluster components Certificates can be rotated for the following kubernetes cluster components: -- Kube-apiserver -- Kube-scheduler -- kube-controller-manager -- etcd nodes -- kube-proxy +- etcd - kubelet +- kube-apiserver +- kube-proxy +- kube-scheduler +- kube-controller-manager -Select **Rotate all Service certificates (keep the same CA)** to rotate all the certificates mentioned above +Select **Rotate all Service certificates (keep the same CA)** to rotate all the certificates above. ### Certificate rotation for a specific component -To rotate certificates for one of the components, expand **Rotate an individual service** and select one of the components from the drop down menu. It will result in rotating certificate for only this component. +To rotate an individual service certificate, select **Rotate an individual service** and chose one of the components from the drop down menu. It will result in rotating certificate for only this component. ### Certificate rotation for CA