Skip to content

Commit 29ec936

Browse files
committed
Revert
1 parent b063248 commit 29ec936

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

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

Lines changed: 1 addition & 12 deletions
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/02/2025
66
author: sethmanheim
77
ms.author: sethm
88
ms.reviewer: srikantsarwa
@@ -85,17 +85,6 @@ When you deploy Azure Local, you allocate a contiguous block of at least [six st
8585
| 6443 | Logical network used for AKS Arc VMs | IP addresses in management network | Required to communicate with Kubernetes APIs. | If you use separate VLANs, IP addresses in management network used for Azure Local and Arc Resource Bridge need to access the AKS Arc cluster VMs on this port and vice-versa.|
8686
| 55000 | IP addresses in management network | Logical network used for AKS Arc VMs | Cloud Agent gRPC server | If you use separate VLANs, the AKS Arc VMs need to access the IP addresses in management network used for cloud agent IP and cluster IP on this port and vice-versa. |
8787
| 65000 | IP addresses in management network | Logical network used for AKS Arc VMs | Cloud Agent gRPC authentication | If you use separate VLANs, the AKS Arc VMs need to access the IP addresses in management network used for cloud agent IP and cluster IP on this port and vice-versa. |
88-
| 40343 | Cluster IP address. [Use the PowerShell commands in the next section](#get-azure-local-cluster-ip-address) to get the Azure Local cluster IP address | Logical network used for AKS Arc VMs. | This port requires that the Azure Local cluster is configured with the Arc gateway for outbound connectivity. | If you use separate VLANs or subnets, the AKS Arc VMs need to access the IP addresses in the management network, including the Azure Local cluster IP on this port, and vice-versa. |
89-
90-
### Get Azure Local cluster IP address
91-
92-
To get the Azure Local cluster IP address, use the following PowerShell commands:
93-
94-
```powershell
95-
get-clusterresource -name "cluster ip address"
96-
get-clusterparameter -name Address
97-
select -Property Value
98-
```
9988

10089
## Next steps
10190

0 commit comments

Comments
 (0)