Skip to content

Commit 3d5ed5d

Browse files
committed
Updates
1 parent f63040d commit 3d5ed5d

File tree

2 files changed

+32
-4
lines changed

2 files changed

+32
-4
lines changed

AKS-Arc/aks-hci-network-system-requirements.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: AKS enabled by Azure Arc network requirements
33
description: Learn about AKS network prerequisites.
44
ms.topic: overview
5-
ms.date: 07/10/2025
5+
ms.date: 07/16/2025
66
author: sethmanheim
77
ms.author: sethm
88
ms.reviewer: srikantsarwa
@@ -90,6 +90,8 @@ When you deploy Azure Local, you allocate a contiguous block of at least [six st
9090

9191
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:
9292

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:
94+
9395
| Port | Direction | Source/Destination | Notes |
9496
|----------|-----------------|-----------------------------------------------|-------|
9597
| **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. |

AKS-Arc/network-validation-errors.md

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ description: Learn how to troubleshoot general network validation errors in AKS
44
author: sethmanheim
55
ms.author: sethm
66
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
1010

1111
---
1212

@@ -93,6 +93,32 @@ DNS servers specified in a logical network can't resolve the MOC cloud FQDN or t
9393

9494
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.
9595

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+
96122
## Contact Microsoft Support
97123

98124
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

Comments
 (0)