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
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.
56
+
57
+
For AKS to automatically rotate non-CA certificates, the cluster must have [TLS Bootstrapping](https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet-tls-bootstrapping/). TLS Bootstrapping is currently available in the following regions:
58
+
59
+
* eastus2euap
60
+
* centraluseuap
61
+
* westcentralus
62
+
* uksouth
63
+
* eastus
64
+
* australiacentral
65
+
* australiaest
66
+
67
+
> [!IMPORTANT]
68
+
>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.
69
+
70
+
### Limititation
71
+
72
+
Auto cert rotation won't be enabled on non-rbac cluster.
0 commit comments