Skip to content

Commit 6141443

Browse files
committed
Incorp feedback
1 parent 3fbd205 commit 6141443

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

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

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -88,20 +88,18 @@ When you deploy Azure Local, you allocate a contiguous block of at least [six st
8888

8989
## Use Azure Arc gateway (preview) with Azure Local
9090

91-
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:
91+
If you use [Arc gateway](/azure/azure-local/deploy/deployment-azure-arc-gateway-overview) 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:
9292

93-
| Port | Direction | Source/Destination | Notes |
94-
|----------|-----------------|-----------------------------------------------|-------|
95-
| **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. |
96-
97-
This port is needed to enable communication between the AKS Arc VMs and the Azure Local cluster when Arc gateway is used.
93+
| Destination port | Destination | Source | Description | Bi-directional cross-VLAN networking notes |
94+
|------------------|---------------------------------|---------------------------------|-----------------------------------------------------------------------------|--------------------------------------------|
95+
| **40343** | 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 | If you use separate VLANs or subnets, ensure that the AKS Arc VMs can reach the Azure Local cluster IP address on port **40343**, and vice versa. |
9896

9997
- If you use separate VLANs or subnets, ensure that the AKS Arc VMs can reach the Azure Local cluster IP address on port **40343**, and vice versa.
10098
- The AKS Arc VMs must have access to the management network where the Azure Local cluster resides.
10199

102100
### Retrieve the Azure Local cluster IP address
103101

104-
You can run the following PowerShell command on the cluster to retrieve the IP address of the Azure Local cluster, which is used for communication between the AKS Arc VMs and the Azure Local cluster:
102+
You can run the following PowerShell command on the cluster to get the IP address of the Azure Local cluster:
105103

106104
```powershell
107105
Get-ClusterResource -Name "Cluster IP Address" | Get-ClusterParameter -Name Address | Select-Object -Property Value

0 commit comments

Comments
 (0)