Skip to content

Commit 9fb43c5

Browse files
authored
Merge pull request #9654 from MicrosoftDocs/ChiragPavecha-patch-2
AB#7431: Update troubleshooting guide for OrasPullNetworkTimeout error
2 parents 3c21ea6 + a6b9211 commit 9fb43c5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

support/azure/azure-kubernetes/error-codes/vmextensionerror-oraspullnetworktimeout.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To resolve this issue, follow these steps:
3535
az aks show -g ${RESOURCE_GROUP} -n ${CLUSTER_NAME} --query 'bootstrapProfile.containerRegistryResourceId'
3636
```
3737

38-
2. Verify the ACR cache rule. It should include `aks-managed-rule` with source repo `mcr.microsoft.com/*` and target repo `aks-managed-reposity/*`. Ensure no other cache rule exists with source or target repo as `*`, which override `aks-managed-rule`.
38+
2. Verify the ACR cache rule. It should include `aks-managed-rule` with source repo `mcr.microsoft.com/*` and target repo `aks-managed-repository/*`. Ensure no other cache rule exists with source or target repo as `*`, which override `aks-managed-rule`.
3939

4040
3. Review the [container registry private link](/azure/container-registry/container-registry-private-link) to ensure that the connection configuration is correct, including the private Domain Name System (DNS) zone and private link.
4141

@@ -50,3 +50,4 @@ To resolve this issue, follow these steps:
5050
- [Container registry private link](/azure/container-registry/container-registry-private-link)
5151

5252
[!INCLUDE [Azure Help Support](../../../includes/azure-help-support.md)]
53+

0 commit comments

Comments
 (0)