Skip to content

Commit be9ea1b

Browse files
authored
Update certificate-rotation.md
1 parent 819a535 commit be9ea1b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

articles/aks/certificate-rotation.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ az vm run-command invoke -g MC_rg_myAKSCluster_region -n vm-name --command-id Ru
5050
az vmss run-command invoke -g MC_rg_myAKSCluster_region -n vmss-name --instance-id 0 --command-id RunShellScript --query 'value[0].message' -otsv --scripts "openssl x509 -in /etc/kubernetes/certs/apiserver.crt -noout -enddate"
5151
```
5252

53-
## Certificate auto-rotation
53+
## Certificate Auto Rotation
5454

5555
Azure Kubernetes Service will automatically rotate non-ca certificates on both the control plane and agent nodes before they expire with no downtime for the cluster.
5656

@@ -67,6 +67,11 @@ For AKS to automatically rotate non-CA certificates, the cluster must have [TLS
6767
> [!IMPORTANT]
6868
>Once a region is configured either create a new cluster or upgrade 'az aks upgrade -g $RESOURCE_GROUP_NAME -n $CLUSTER_NAME' an existing cluster to set that cluster for auto-cert rotation.
6969
70+
### Limititation
71+
72+
Auto cert rotation won't be enabled on non-rbac cluster.
73+
74+
7075
## Rotate your cluster certificates
7176

7277
> [!WARNING]

0 commit comments

Comments
 (0)