Skip to content

Commit 31a35d3

Browse files
committed
addressed public prs
1 parent a0fdacb commit 31a35d3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

articles/aks/csi-secrets-store-configuration-options.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ To disable auto-rotation, you first need to disable the add-on. Then, you can re
6969
az aks addon enable -g myResourceGroup -n myAKSCluster2 -a azure-keyvault-secrets-provider
7070
```
7171
72+
If you are already using a `SecretProviderClass`, you can update the add-on without disabling it first by using `az aks addon enable` without specifying the `enable-secret-rotation` parameter.
73+
7274
### Sync mounted content with a Kubernetes secret
7375
7476
> [!NOTE]

articles/aks/planned-maintenance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Regular maintenance is performed on your AKS cluster automatically. There are tw
1919
* *AKS-initiated maintenance* involves the weekly releases that AKS performs to keep your cluster up to date with the latest features and fixes.
2020
* *User-initiated maintenance* includes [cluster auto-upgrades][aks-upgrade] and [node operating system (OS) automatic security updates][node-image-auto-upgrade].
2121

22-
When you use the feature of planned maintenance in AKS, you can run both types of maintenance in a cadence of your choice to minimize workload impact.
22+
When you use the feature of planned maintenance in AKS, you can run both types of maintenance in a cadence of your choice to minimize workload impact. You can use planned maintenance to schedule the timing of automatic upgrades, but enabling or disabling planned maintenance won't enable or disable automatic upgrades.
2323

2424
## Before you begin
2525

0 commit comments

Comments
 (0)