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
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,20 +88,18 @@ When you deploy Azure Local, you allocate a contiguous block of at least [six st
88
88
89
89
## Use Azure Arc gateway (preview) with Azure Local
90
90
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:
|**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.
|**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. |
98
96
99
97
- 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.
100
98
- The AKS Arc VMs must have access to the management network where the Azure Local cluster resides.
101
99
102
100
### Retrieve the Azure Local cluster IP address
103
101
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:
105
103
106
104
```powershell
107
105
Get-ClusterResource -Name "Cluster IP Address" | Get-ClusterParameter -Name Address | Select-Object -Property Value
0 commit comments