You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/aks/certificate-rotation.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Certificate Rotation in Azure Kubernetes Service (AKS)
3
3
description: Learn certificate rotation in an Azure Kubernetes Service (AKS) cluster.
4
4
services: container-service
5
5
ms.topic: article
6
-
ms.date: 3/29/2022
6
+
ms.date: 5/10/2022
7
7
---
8
8
9
9
# Certificate rotation in Azure Kubernetes Service (AKS)
@@ -87,7 +87,7 @@ Auto certificate rotation won't be enabled on a non-RBAC cluster.
87
87
## Manually rotate your cluster certificates
88
88
89
89
> [!WARNING]
90
-
> Rotating your certificates using `az aks rotate-certs` will recreate all of your nodesand their OS Disks and can cause up to 30 minutes of downtime for your AKS cluster.
90
+
> Rotating your certificates using `az aks rotate-certs` will recreate all of your nodes, VM scale set and their Disks and can cause up to 30 minutes of downtime for your AKS cluster.
91
91
92
92
Use [az aks get-credentials][az-aks-get-credentials] to sign in to your AKS cluster. This command also downloads and configures the `kubectl` client certificate on your local machine.
0 commit comments