Skip to content

Commit 0350607

Browse files
Merge pull request #226419 from hhunter-ms/hh-62432
[Dapr/AKS] Add Mariner images flag
2 parents 8ef8b4a + 6921804 commit 0350607

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

articles/aks/dapr-settings.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,23 @@ If you want to use an outbound proxy with the Dapr extension for AKS, you can do
158158
- `NO_PROXY`
159159
1. [Installing the proxy certificate in the sidecar](https://docs.dapr.io/operations/configuration/install-certificates/).
160160

161+
## Using Mariner-based images
162+
163+
From Dapr version 1.8.0, you can use Mariner images with the Dapr extension. To use them, set the`global.tag` flag:
164+
165+
```azurecli
166+
az k8s-extension upgrade --cluster-type managedClusters \
167+
--cluster-name myAKSCluster \
168+
--resource-group myResourceGroup \
169+
--name dapr \
170+
--extension-type Microsoft.Dapr \
171+
--set global.tag=1.10.0-mariner
172+
```
173+
174+
- [Learn more about using Mariner-based images with Dapr.][dapr-mariner]
175+
- [Learn more about deploying Mariner on AKS.][aks-mariner]
176+
177+
161178
## Disable automatic CRD updates
162179

163180
With Dapr version 1.9.2, CRDs are automatically upgraded when the extension upgrades. To disable this setting, you can set `hooks.applyCrds` to `false`.
@@ -200,6 +217,8 @@ Once you have successfully provisioned Dapr in your AKS cluster, try deploying a
200217
[install-cli]: /cli/azure/install-azure-cli
201218
[dapr-migration]: ./dapr-migration.md
202219
[dapr-settings]: ./dapr-settings.md
220+
[aks-mariner]: ./cluster-configuration.md#mariner-os
221+
203222

204223
<!-- LINKS EXTERNAL -->
205224
[kubernetes-production]: https://docs.dapr.io/operations/hosting/kubernetes/kubernetes-production
@@ -212,3 +231,4 @@ Once you have successfully provisioned Dapr in your AKS cluster, try deploying a
212231
[dapr-supported-version]: https://docs.dapr.io/operations/support/support-release-policy/#supported-versions
213232
[dapr-troubleshooting]: https://docs.dapr.io/operations/troubleshooting/common_issues/
214233
[supported-cloud-regions]: https://azure.microsoft.com/global-infrastructure/services/?products=azure-arc
234+
[dapr-mariner]: https://docs.dapr.io/operations/hosting/kubernetes/kubernetes-deploy/#using-mariner-based-images

0 commit comments

Comments
 (0)