Skip to content

Commit 1c5d07a

Browse files
authored
Fix typos and improve clarity in documentation
Incorporate content team comments
1 parent e1f74c6 commit 1c5d07a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

support/azure/azure-kubernetes/extensions/troubleshoot-network-isolated-cluster.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ This article discusses how to troubleshoot the [network isolated cluster][networ
1919

2020
## Network isolated cluster support
2121

22-
The network isolated cluster follows a similar support model to other [AKS add-ons](/azure/aks/integrations). There are two options available for the private ACR with network isolated clusters. If you are bringing your own ACR, note that you are reponsible to ensure ACR and associated resources including ACR cache rule, private endpoint, and private DNS zone are properly configured.
22+
The network isolated cluster follows a similar support model to other [AKS add-ons](/azure/aks/integrations). There are two options available for the private ACR with network isolated clusters. If you're bringing your own ACR, then you're responsible for properly configuring your ACR and associated resources.
2323

2424
## Known issues
2525

2626
### Cluster image pull failed
2727
Network isolated clusters leverage ACR cache rules for image pulls, when there is an image pull fail error due to network isolation:
28-
- If you are using BYO ACR, check your private ACR resources, including the cache rule and private endpoints to verify they are configured as recommended by the documentation guidance. You can also try to connect the ACR from node.
29-
- If you are using AKS Managed ACR, only MCR images are supported by default. Thus, if the image pull failure is on images from other registries, then you need go to the private ACR to create additional cache rule for those images. If the image pull failure is on MCR images, please proceed to check if the associated ACR and private endpoint resource named with keyword `bootstrap` exists. If doesn't exist, please reconcile the cluster.
28+
- If you're using BYO ACR, check your private ACR resources, including the cache rule and private endpoints to verify they're configured using recommendations outlined in the documentation.
29+
- If you're using AKS Managed ACR, only MCR images are supported by default. If the image pull failure is on images from other registries, then you need go to the private ACR to create additional cache rule for those images. If the image pull failure is on MCR images, please proceed to check if the associated ACR and private endpoint resource named with keyword `bootstrap` exists. If doesn't exist, please reconcile the cluster.
3030

3131
### Cluster image pull fails after updating the existed cluster to network isolated cluster or updating the private ACR resource ID
32-
This is a by designed behavior, you need to reimage the node to update the kubelet configuration in cse following the update actions mentioned.
32+
This is an intended behavior, you need to reimage the node to update the kubelet configuration in CSE (Container Service Extension) following the update actions mentioned.
3333

3434
### ACR or associated cache rule, private endpoint and private DNS zone are deleted by accident
3535
If the cache rule is deleted from the managed ACR by accident, the mitigation is to delete the ACR and then reconcile the cluster. If the ACR itself or private endpoint or private DNS zone is deleted by accident, the mitigation is just to reconcile the cluster.

0 commit comments

Comments
 (0)