You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AKS-Arc/aks-hci-network-system-requirements.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: AKS enabled by Azure Arc network requirements
3
3
description: Learn about AKS network prerequisites.
4
4
ms.topic: overview
5
-
ms.date: 07/10/2025
5
+
ms.date: 07/16/2025
6
6
author: sethmanheim
7
7
ms.author: sethm
8
8
ms.reviewer: srikantsarwa
@@ -90,6 +90,8 @@ When you deploy Azure Local, you allocate a contiguous block of at least [six st
90
90
91
91
If you plan to use the [Azure Local Arc Gateway preview](/azure/azure-local/deploy/deployment-azure-arc-gateway-overview?view=azloc-2506&preserve-view=true) for AKS Arc clusters, you must ensure that an additional port is opened in your environment:
92
92
93
+
If you use Arc gateway to deploy your Azure Local Cluster infrastructure make sure that connectivity between the AKS subnet and the Cluster IP is allowed on port 40343 as follows:
|**40343**| Outbound/Inbound | Cluster IP address (logical network used for AKS Arc VMs) | Required only when the Azure Local cluster is configured with Arc Gateway for outbound connectivity. |
Copy file name to clipboardExpand all lines: AKS-Arc/network-validation-errors.md
+29-3Lines changed: 29 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@ description: Learn how to troubleshoot general network validation errors in AKS
4
4
author: sethmanheim
5
5
ms.author: sethm
6
6
ms.topic: troubleshooting
7
-
ms.date: 05/07/2025
8
-
ms.reviewer: pradwivedi
9
-
ms.lastreviewed: 05/06/2025
7
+
ms.date: 07/16/2025
8
+
ms.reviewer: srikantsarwa
9
+
ms.lastreviewed: 07/16/2025
10
10
11
11
---
12
12
@@ -93,6 +93,32 @@ DNS servers specified in a logical network can't resolve the MOC cloud FQDN or t
93
93
94
94
To resolve this error, check the DNS servers specified in the logical network so that they can resolve the MOC cloud FQDN or the required URLs.
95
95
96
+
## InternetConnectivityError (in Arc Gateway scenario)
97
+
98
+
Error: Network validation failed during cluster creation.
99
+
100
+
### Description
101
+
102
+
Detailed message: `Not able to connect to https://mcr.microsoft.com. Error returned: action failed after 5 attempts: Get "https://mcr.microsoft.com": proxyconnect tcp: dial tcp 192.168.2.100:40343: connect: connection refused`.
103
+
104
+
### Causes of failure
105
+
106
+
- The control plane VM can't reach the Azure Local cluster IP on port **40343**, which is required when Arc Gateway is enabled.
107
+
- The firewall or network security rules block traffic between the AKS subnet and the cluster IP.
108
+
- Proxy settings are incorrect, or the proxy does not allow connections to `mcr.microsoft.com`.
109
+
110
+
### Mitigation
111
+
112
+
To resolve this error, you can take the following steps:
113
+
114
+
- Ensure that the **AKS subnet has connectivity to the Azure Local Cluster IP on port `40343`**.
115
+
- Verify that the Arc Gateway service on the Azure Local Cluster is running and listening on port `40343`.
116
+
- Check firewall or NSG rules to ensure that traffic between the AKS VMs and the Cluster IP on `40343` is allowed.
117
+
- Confirm that proxy settings (if used) are correct and that the proxy can forward requests to `https://mcr.microsoft.com`.
118
+
- Test connectivity to `https://mcr.microsoft.com` from the control plane VM, either directly or via the configured proxy.
119
+
120
+
For more information, see [Using AKS Arc in Arc Gateway Setup](aks-hci-network-system-requirements.md#use-azure-arc-gateway-preview-with-azure-local).
121
+
96
122
## Contact Microsoft Support
97
123
98
124
If problems persist, [collect AKS cluster logs](get-on-demand-logs.md) before you [create a support request](aks-troubleshoot.md#open-a-support-request).
0 commit comments