Skip to content

Commit e02a558

Browse files
authored
Update vmextensionerror-oraspullnetworktimeout.md
1 parent 9a7cac6 commit e02a558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To resolve this issue, follow these steps:
3232
1. Retrieve the ACR resource ID that AKS uses as the bootstrap ACR by running the following command:
3333

3434
```console
35-
az aks show -g ${RESOURCE_GROUP} -n ${CLUSTER_NAME} --query 'bootstrapProfile.containerRegistryResourceId
35+
az aks show -g ${RESOURCE_GROUP} -n ${CLUSTER_NAME} --query 'bootstrapProfile.containerRegistryResourceId'
3636
```
3737

3838
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`.

0 commit comments

Comments
 (0)