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-networks.md
+15-9Lines changed: 15 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Create logical networks for Kubernetes clusters on Azure Local, version 2
3
3
description: Learn how to create Arc-enabled logical networks for AKS.
4
4
ms.topic: how-to
5
5
author: sethmanheim
6
-
ms.date: 11/19/2024
6
+
ms.date: 03/19/2025
7
7
ms.author: sethm
8
8
ms.lastreviewed: 04/01/2024
9
9
ms.reviewer: abha
@@ -57,18 +57,24 @@ For static IP, the required parameters are as follows:
57
57
|`--resource-group`| Name of the resource group where you create the logical network. |
58
58
|`--subscription`| Name or ID of the subscription where your Azure Local is deployed. |
59
59
|`--custom-location`| Provide the custom location associated with your Azure Local cluster where you're creating the logical network. |
60
-
|`--vm-switch-name`| The name of the VM switch. Usage: `--vm-switch-name "vm-switch-01"`. |
60
+
|`--vm-switch-name`| The name of the VM switch. Usage: `--vm-switch-name "vm-switch-01"`. |
61
61
|`--address-prefixes`| AddressPrefix for the network. Currently only 1 address prefix is supported. Usage: `--address-prefixes "10.220.32.16/24"`. |
62
-
|`--dns-servers`| Space-separated list of DNS server IP addresses. Usage: `--dns-servers 10.220.32.16 10.220.32.17`. |
62
+
|`--dns-servers`| Space-separated list of DNS server IP addresses. Usage: `--dns-servers 10.220.32.16 10.220.32.17`. |
63
63
|`--gateway`| Gateway. The gateway IP address must be within the scope of the address prefix. Usage: `--gateway 10.220.32.16`. |
64
64
|`--ip-allocation-method`| The IP address allocation method. Supported values are "Static". Usage: `--ip-allocation-method "Static"`. |
65
-
|`--ip-pool-start`| The start IP address of your IP pool. The address must be in range of the address prefix. Usage: `--ip-pool-start "10.220.32.18"`. |
65
+
|`--ip-pool-start`| The start IP address of your IP pool. The address must be in range of the address prefix. Usage: `--ip-pool-start "10.220.32.18"`. |
66
66
|`--ip-pool-end`| The end IP address of your IP pool. The address must be in range of the address prefix. Usage: `--ip-pool-end "10.220.32.38"`. |
67
+
|`--vlan`| The VLAN ID. Usage: `--vlan 10`. This parameter is required, otherwise the default value of 0 results in an AKS Arc cluster creation failure. |
0 commit comments