Skip to content

Commit db2a286

Browse files
Merge pull request #221156 from hhunter-ms/hh-47762
[Dapr/AKS] add note re: CRD upgrades
2 parents 0acb568 + bf10ed3 commit db2a286

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/aks/dapr.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: greenie-msft
55
ms.author: nigreenf
66
ms.service: container-service
77
ms.topic: article
8-
ms.date: 11/07/2022
8+
ms.date: 12/12/2022
99
ms.custom: devx-track-azurecli, ignite-fall-2021, event-tier1-build-2022, references_regions
1010
---
1111

@@ -276,6 +276,9 @@ az k8s-extension upgrade --cluster-type managedClusters \
276276
--configuration-settings "hooks.applyCrds=false"
277277
```
278278

279+
> [!NOTE]
280+
> CRDs are only applied in case of upgrades and are skipped during downgrades.
281+
279282
## Configure the Dapr release namespace
280283

281284
You can configure the release namespace. The Dapr extension gets installed in the `dapr-system` namespace by default. To override it, use `--release-namespace`. Include the cluster `--scope` to redefine the namespace.

0 commit comments

Comments
 (0)