Skip to content

Commit 0797d2f

Browse files
authored
Merge pull request #119852 from DeepanshuA/dapr-ext-doc-update
Update dapr-settings.md for nodeSelector example and n/w req
2 parents fe90608 + 7f6e453 commit 0797d2f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

articles/aks/dapr-settings.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ az k8s-extension create --cluster-type managedClusters \
6565
--auto-upgrade-minor-version true \
6666
--configuration-settings "global.ha.enabled=true" \
6767
--configuration-settings "dapr_operator.replicaCount=2" \
68-
--configuration-settings "global.nodeSelector.kubernetes\.io/zone: us-east-1c"
68+
--configuration-settings "global.nodeSelector.kubernetes\.io/zone=us-east-1c"
6969
```
7070

7171
For managing OS and architecture, use the [supported versions](https://github.com/dapr/dapr/blob/b8ae13bf3f0a84c25051fcdacbfd8ac8e32695df/docker/docker.mk#L50) of the `global.daprControlPlaneOs` and `global.daprControlPlaneArch` configuration:
@@ -241,7 +241,10 @@ az k8s-extension update --cluster-type managedClusters \
241241

242242
## Meet network requirements
243243

244-
The Dapr extension for AKS and Arc for Kubernetes requires outbound URLs on `https://:443` to function. In addition to the `https://mcr.microsoft.com/daprio` URL for pulling Dapr artifacts, verify you've included the [outbound URLs required for AKS or Arc for Kubernetes](../azure-arc/kubernetes/network-requirements.md).
244+
The Dapr extension for AKS and Arc for Kubernetes requires the following outbound URLs on `https://:443` to function:
245+
1. `https://mcr.microsoft.com/daprio` URL for pulling Dapr artifacts.
246+
2. `https://linuxgeneva-microsoft.azurecr.io/` URL for pulling some Dapr dependencies.
247+
3. The [outbound URLs required for AKS or Arc for Kubernetes](../azure-arc/kubernetes/network-requirements.md).
245248

246249
## Next Steps
247250

0 commit comments

Comments
 (0)