Skip to content

Commit 0cdd148

Browse files
committed
Tweaks
1 parent 1e0cce6 commit 0cdd148

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

AKS-Arc/network-validation-errors.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ This article provides guidance on identifying and resolving various network vali
1818

1919
The following table summarizes the error codes, possible causes of the errors, and mitigation steps.
2020

21-
| Error | Description | Causes of failure | Mitigation recommendation |
21+
| Error | Description | Causes of failure | Mitigation recommendations |
2222
|---|---|---|---|
2323
| **CloudAgentConnectivityError** <br/> Error: Network validation failed during cluster creation. Detailed message: `Not able to connect to http://cloudagent.contoso.local:50000. Error returned: action failed after 5 attempts: Get "http://cloudagent.contoso.local:50000": dial tcp: lookup http://cloudagent.contoso.local: Temporary failure in name resolution` | MOC cloud agent is created using one of the IP addresses from the [Management IP pool](/azure/azure-local/plan/cloud-deployment-network-considerations#management-ip-pool) on port 5500 and the control plane node VM is given IP addresses from the Arc VM logical network. This error occurs when the MOC cloud agent is not reachable from the control plane VM, or DNS servers specified in AKS Arc logical network are unable to resolve the MOC cloud agent FQDN. | Logical network IP addresses can't connect to management IP pool addresses due to:<br/> - Incorrect DNS server resolution.<br/> - Firewall rules.<br/> - The logical network is in a different vlan than the management IP pool and there's no cross-vlan connectivity. | - Make sure that the DNS servers specified in the AKS Arc logical network can resolve the MOC cloud agent FQDN.<br/> - Make sure that the logical network IP addresses can connect to all the management IP pool addresses on the required ports. Check the [AKS network port and cross vlan requirements](aks-hci-network-system-requirements.md#network-port-and-cross-vlan-requirements) for a detailed list of ports that need to be opened. |
2424
| **InternetConnectivityError** <br/> Error: Network validation failed during cluster creation. Detailed message: `Not able to connect to https://mcr.microsoft.com. Error returned: action failed after 5 attempts: Get "https://mcr.microsoft.com": dial tcp: lookup mcr.microsoft.com on <>: read udp <>: i/o timeout` | This error indicates that the required URLs are not reachable from the AKS cluster control plane node VM. | - Control plane node VM has no outbound internet access.<br/> - Required URLs aren't allowed through the firewall. | Ensure that the logical network IP addresses have outbound internet access. If there's a firewall, ensure that the [AKS required URLs](aks-hci-network-system-requirements.md#firewall-url-exceptions) are accessible from the Arc VM logical network. |
2525
| **VMNotReachableError** <br/> Error: Network validation failed during cluster creation. Detailed message: `VM IP : <> is not reachable from management cluster` | This error indicates that the AKS cluster control plane VM is not reachable from the Arc Resource Bridge (ARB). | The AKS Arc logical network is not reachable from management IP pool addresses. | - Make sure that the management IP pool addresses can reach the logical network IP addresses. <br/> - Check the [AKS network port and cross vlan requirements](aks-hci-network-system-requirements.md#network-port-and-cross-vlan-requirements) for a detailed list of ports that need to be opened. |
26-
| **DNSResolutionError** | This error occurs when DNS servers specified in the AKS Arc logical network can't resolve the MOC cloud FQDN or the required URLs. | DNS servers specified in logical network can't resolve the MOC cloud FQDN or the required URLs. | - Check the DNS servers specified in the logical network so that they can resolve the MOC cloud FQDN or the required URLs. |
26+
| **DNSResolutionError** | This error occurs when DNS servers specified in the AKS Arc logical network can't resolve the MOC cloud FQDN or the required URLs. | DNS servers specified in logical network can't resolve the MOC cloud FQDN or the required URLs. | Check the DNS servers specified in the logical network so that they can resolve the MOC cloud FQDN or the required URLs. |
2727

2828
## Contact Microsoft Support
2929

3030
If the problem persists, [collect AKS cluster logs](get-on-demand-logs.md) before you [create the support request](aks-troubleshoot.md#open-a-support-request).
3131

3232
## Next steps
3333

34-
- [Troubleshoot issues in AKS enabled by Azure Arc](aks-troubleshoot.md)
34+
[Troubleshoot issues in AKS enabled by Azure Arc](aks-troubleshoot.md)

0 commit comments

Comments
 (0)