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
Copy file name to clipboardExpand all lines: articles/aks/dapr-settings.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -158,6 +158,23 @@ If you want to use an outbound proxy with the Dapr extension for AKS, you can do
158
158
- `NO_PROXY`
159
159
1. [Installing the proxy certificate in the sidecar](https://docs.dapr.io/operations/configuration/install-certificates/).
160
160
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
+
161
178
## Disable automatic CRD updates
162
179
163
180
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
0 commit comments