Skip to content

Commit 084c181

Browse files
committed
add mariner images flag
Signed-off-by: Hannah Hunter <[email protected]>
1 parent 46686ae commit 084c181

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

articles/aks/dapr-settings.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,21 @@ 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+
As of Dapr version 1.10, you can use Mariner images using the Dapr extension. Set the following global tag to use:
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+
161176
## Disable automatic CRD updates
162177

163178
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`.
@@ -212,3 +227,4 @@ Once you have successfully provisioned Dapr in your AKS cluster, try deploying a
212227
[dapr-supported-version]: https://docs.dapr.io/operations/support/support-release-policy/#supported-versions
213228
[dapr-troubleshooting]: https://docs.dapr.io/operations/troubleshooting/common_issues/
214229
[supported-cloud-regions]: https://azure.microsoft.com/global-infrastructure/services/?products=azure-arc
230+
[dapr-mariner]: https://docs.dapr.io/operations/hosting/kubernetes/kubernetes-deploy/#using-mariner-based-images

0 commit comments

Comments
 (0)