Skip to content

Commit 2b89abe

Browse files
committed
edits per shubham
Signed-off-by: Hannah Hunter <[email protected]>
1 parent 0efdb85 commit 2b89abe

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

articles/aks/dapr-settings.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ If you want to use an outbound proxy with the Dapr extension for AKS, you can do
160160

161161
## Using Mariner-based images
162162

163-
As of Dapr version 1.10, you can use Mariner images using the Dapr extension. To use, set the following `--set global.tag` flag:
163+
As of Dapr version 1.8.0, you can use Mariner images using the Dapr extension. To use, set the following `--set global.tag` flag:
164164

165165
```azurecli
166166
az k8s-extension upgrade --cluster-type managedClusters \
@@ -171,7 +171,9 @@ az k8s-extension upgrade --cluster-type managedClusters \
171171
--set global.tag=1.10.0-mariner
172172
```
173173

174-
[Learn more about using Mariner-based images with Dapr.][dapr-mariner]
174+
- [Learn more about using Mariner-based images with Dapr.][dapr-mariner]
175+
- [Learn more about deploying Mariner on AKS.][aks-mariner]
176+
175177

176178
## Disable automatic CRD updates
177179

@@ -215,6 +217,8 @@ Once you have successfully provisioned Dapr in your AKS cluster, try deploying a
215217
[install-cli]: /cli/azure/install-azure-cli
216218
[dapr-migration]: ./dapr-migration.md
217219
[dapr-settings]: ./dapr-settings.md
220+
[aks-mariner]: ./cluster-configuration.md#mariner-os
221+
218222

219223
<!-- LINKS EXTERNAL -->
220224
[kubernetes-production]: https://docs.dapr.io/operations/hosting/kubernetes/kubernetes-production

0 commit comments

Comments
 (0)