Skip to content

Commit 972094a

Browse files
authored
Update certificate-rotation.md
1 parent 5b04dc1 commit 972094a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/certificate-rotation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Certificate Rotation in Azure Kubernetes Service (AKS)
33
description: Learn certificate rotation in an Azure Kubernetes Service (AKS) cluster.
44
services: container-service
55
ms.topic: article
6-
ms.date: 3/29/2022
6+
ms.date: 5/10/2022
77
---
88

99
# Certificate rotation in Azure Kubernetes Service (AKS)
@@ -87,7 +87,7 @@ Auto certificate rotation won't be enabled on a non-RBAC cluster.
8787
## Manually rotate your cluster certificates
8888

8989
> [!WARNING]
90-
> Rotating your certificates using `az aks rotate-certs` will recreate all of your nodes and 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.
9191
9292
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.
9393

0 commit comments

Comments
 (0)