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
# Customer intent: As an IT admin, I need to understand how to connect and activate Azure Stack Edge Pro so I can use it to transfer data to Azure.
@@ -39,6 +39,7 @@ In this tutorial, you learn about:
39
39
> * Configure network
40
40
> * Configure advanced networking
41
41
> * Configure web proxy
42
+
> * Validate network settings
42
43
43
44
::: zone-end
44
45
@@ -53,6 +54,7 @@ In this tutorial, you learn about:
53
54
> * Configure virtual IP settings for Azure Consistent Services and NFS
54
55
> * Configure advanced networking
55
56
> * Configure web proxy
57
+
> * Validate network settings
56
58
57
59
::: zone-end
58
60
@@ -181,14 +183,14 @@ Follow these steps to configure compute IPs for your Kubernetes workloads.
181
183
182
184
1. Assign **Kubernetes node IPs**. These static IP addresses are for the Kubernetes VMs.
183
185
184
-
For an *n*-node device, a contiguous range of a minimum of *n+1* IPv4 addresses (or more) are provided for the compute VM using the start and end IP addresses. For a 1-node device, provide a minimum of 2 contiguous IPv4 addresses.
186
+
For an *n*-node device, a contiguous range of a minimum of *n+1* IPv4 addresses (or more) are provided for the compute VM using the start and end IP addresses. For a 1-node device, provide a minimum of 2 free, contiguous IPv4 addresses.
185
187
186
188
> [!IMPORTANT]
187
189
> - Kubernetes on Azure Stack Edge uses 172.27.0.0/16 subnet for pod and 172.28.0.0/16 subnet for service. Make sure that these are not in use in your network. If these subnets are already in use in your network, you can change these subnets by running the `Set-HcsKubeClusterNetworkInfo` cmdlet from the PowerShell interface of the device. For more information, see [Change Kubernetes pod and service subnets](azure-stack-edge-gpu-connect-powershell-interface.md#change-kubernetes-pod-and-service-subnets).
188
190
> - DHCP mode is not supported for Kubernetes node IPs. If you plan to deploy IoT Edge/Kubernetes, you must assign static Kubernetes IPs and then enable IoT role. This will ensure that static IPs are assigned to Kubernetes node VMs.
189
191
> - If your datacenter firewall is restricting or filtering traffic based on source IPs or MAC addresses, make sure that the compute IPs (Kubernetes node IPs) and MAC addresses are on the allowed list. The MAC addresses can be specified by running the `Set-HcsMacAddressPool` cmdlet on the PowerShell interface of the device.
190
192
191
-
1. Assign **Kubernetes external service IPs**. These are also the load-balancing IP addresses. These contiguous IP addresses are for services that you want to expose outside of the Kubernetes cluster and you specify the static IP range depending on the number of services exposed.
193
+
1. Assign **Kubernetes external service IPs**. These are also the load-balancing IP addresses. These contiguous IP addresses are for services that you want to expose outside of the Kubernetes cluster and you specify the static IP range depending on the number of services exposed.
192
194
193
195
> [!IMPORTANT]
194
196
> We strongly recommend that you specify a minimum of 1 IP address for Azure Stack Edge Hub service to access compute modules. You can then optionally specify additional IP addresses for other services/IoT Edge modules (1 per service/module) that need to be accessed from outside the cluster. The service IP addresses can be updated later.
@@ -486,8 +488,8 @@ After the virtual switches are created, you can enable these switches for Kubern
486
488
1. From the dropdown list, select the virtual switch you want to enable for Kubernetes compute traffic.
487
489
1. Assign **Kubernetes node IPs**. These static IP addresses are for the Kubernetes VMs.
488
490
489
-
For an *n*-node device, a contiguous range of a minimum of *n+1* IPv4 addresses (or more) are provided for the compute VM using the start and end IP addresses. For a 1-node device, provide a minimum of 2 contiguous IPv4 addresses. For a two-node cluster, provide a minimum of 3 contiguous IPv4 addresses.
490
-
491
+
For an *n*-node device, a contiguous range of a minimum of *n+1* IPv4 addresses (or more) are provided for the compute VM using the start and end IP addresses. For a 1-node device, provide a minimum of 2 free, contiguous IPv4 addresses. For a two-node cluster, provide a minimum of 3 free, contiguous IPv4 addresses.
492
+
491
493
> [!IMPORTANT]
492
494
> - Kubernetes on Azure Stack Edge uses 172.27.0.0/16 subnet for pod and 172.28.0.0/16 subnet for service. Make sure that these are not in use in your network. If these subnets are already in use in your network, you can change these subnets by running the `Set-HcsKubeClusterNetworkInfo` cmdlet from the PowerShell interface of the device. For more information, see [Change Kubernetes pod and service subnets](azure-stack-edge-gpu-connect-powershell-interface.md#change-kubernetes-pod-and-service-subnets).
493
495
> - DHCP mode is not supported for Kubernetes node IPs. If you plan to deploy IoT Edge/Kubernetes, you must assign static Kubernetes IPs and then enable IoT role. This will ensure that static IPs are assigned to Kubernetes node VMs.
@@ -520,9 +522,26 @@ This is an optional configuration. Although web proxy configuration is optional,
520
522
521
523
2. To validate and apply the configured web proxy settings, select **Apply**.
522
524
523
-
.
525
+

526
+
527
+
## Validate network settings
528
+
529
+
Follow these steps to validate your network settings.
530
+
531
+
1. Go to the **Diagnostic tests** page and select the tests as shown below.
532
+
1. Select **Run test**.
533
+
534
+

535
+
536
+
1. Review test results to ensure that status shows **Healthy** for each test that was run.
537
+
538
+

539
+
540
+
1. If a test fails, select **Recommended actions** on the test results page, implement the recommended change, and then rerun the test. For example, the dialog below shows recommended actions if the Azure Edge compute runtime test fails.
541
+
542
+

524
543
525
-
1. After the settings are applied, select **Next: Device**.
544
+
1. After network settings are validated and all tests return **Healthy** status, proceed to the device settings page.
526
545
527
546
::: zone pivot="two-node"
528
547
@@ -541,6 +560,7 @@ In this tutorial, you learned about:
541
560
> * Configure network
542
561
> * Enable compute network
543
562
> * Configure web proxy
563
+
> * Validate network settings
544
564
545
565
::: zone-end
546
566
@@ -555,6 +575,7 @@ In this tutorial, you learned about:
555
575
> * Configure virtual IP settings for Azure Consistent Services and NFS
# Customer intent: As an IT admin, I need to understand how to connect and activate Azure Stack Edge Pro so I can use it to transfer data to Azure.
@@ -39,6 +39,7 @@ In this tutorial, you learn about:
39
39
> * Configure network
40
40
> * Configure advanced networking
41
41
> * Configure web proxy
42
+
> * Validate network settings
42
43
43
44
::: zone-end
44
45
@@ -53,6 +54,7 @@ In this tutorial, you learn about:
53
54
> * Configure virtual IP settings for Azure Consistent Services and NFS
54
55
> * Configure advanced networking
55
56
> * Configure web proxy
57
+
> * Validate network settings
56
58
57
59
::: zone-end
58
60
@@ -80,7 +82,7 @@ Follow these steps to configure the network for your device.
80
82
81
83

82
84
83
-
On your physical device, there are four network interfaces. Port 1 and Port 2 are 1-Gbps network interfaces that can also serve as 10-Gbps network interfaces. Port 3 and Port 4 are 100-Gbps network interfaces. Port 1 is used for the intial configuration of the device. For a new device, the **Network** page is as shown below.
85
+
On your physical device, there are four network interfaces. Port 1 and Port 2 are 1-Gbps network interfaces that can also serve as 10-Gbps network interfaces. Port 3 and Port 4 are 100-Gbps network interfaces. Port 1 is used for the initial configuration of the device. For a new device, the **Network** page is as shown below.
84
86
85
87

86
88
@@ -131,7 +133,7 @@ Follow these steps to configure advanced network settings such as creating a swi
131
133
1. Assign an intent for your virtual switch. To deploy compute workloads, you'll select compute as the intent.
132
134
1. Assign **Kubernetes node IPs**. These static IP addresses are for the compute VM that will be created on this virtual switch.
133
135
134
-
For an *n*-node device, a contiguous range of a minimum of *n+1* IPv4 addresses (or more) are provided for the compute VM using the start and end IP addresses. For a 1-node device, provide a minimum of 2 contiguous IPv4 addresses.
136
+
For an *n*-node device, a contiguous range of a minimum of *n+1* IPv4 addresses (or more) are provided for the compute VM using the start and end IP addresses. For a 1-node device, provide a minimum of 2 free, contiguous IPv4 addresses.
135
137
136
138
> [!IMPORTANT]
137
139
> Kubernetes on Azure Stack Edge uses 172.27.0.0/16 subnet for pod and 172.28.0.0/16 subnet for service. Make sure that these are not in use in your network. If these subnets are already in use in your network, you can change these subnets by running the `Set-HcsKubeClusterNetworkInfo` cmdlet from the PowerShell interface of the device. For more information, see [Change Kubernetes pod and service subnets](azure-stack-edge-gpu-connect-powershell-interface.md#change-kubernetes-pod-and-service-subnets).
@@ -154,7 +156,6 @@ Follow these steps to configure advanced network settings such as creating a swi
154
156
155
157

156
158
157
-
158
159
1. Optionally you can create a virtual network and associate it with your virtual switch if you wish to route your traffic. Select **Add virtual network** and then input the following information.
159
160
160
161
1. Select a **Virtual switch** to which you'll add a virtual network.
@@ -483,7 +484,7 @@ After the cluster is formed and configured, you'll now create new virtual switch
483
484
484
485
1. Assign **Kubernetes node IPs**. These static IP addresses are for the Kubernetes VMs.
485
486
486
-
For an *n*-node device, a contiguous range of a minimum of *n+1* IPv4 addresses (or more) are provided for the compute VM using the start and end IP addresses. For a 1-node device, provide a minimum of 2 contiguous IPv4 addresses. For a two-node cluster, provide a minimum of 3 contiguous IPv4 addresses.
487
+
For an *n*-node device, a contiguous range of a minimum of *n+1* IPv4 addresses (or more) are provided for the compute VM using the start and end IP addresses. For a 1-node device, provide a minimum of 2 free, contiguous IPv4 addresses. For a two-node cluster, provide a minimum of 3 free, contiguous IPv4 addresses.
487
488
488
489
> [!IMPORTANT]
489
490
> - Kubernetes on Azure Stack Edge uses 172.27.0.0/16 subnet for pod and 172.28.0.0/16 subnet for service. Make sure that these are not in use in your network. If these subnets are already in use in your network, you can change these subnets by running the `Set-HcsKubeClusterNetworkInfo` cmdlet from the PowerShell interface of the device. For more information, see [Change Kubernetes pod and service subnets](azure-stack-edge-gpu-connect-powershell-interface.md#change-kubernetes-pod-and-service-subnets).
@@ -542,8 +543,24 @@ This is an optional configuration. However, if you use a web proxy, you can conf
542
543
543
544

544
545
545
-
2. After the settings are applied, select **Next: Device**.
546
+
## Validate network settings
547
+
548
+
Follow these steps to validate your network settings.
549
+
550
+
1. Go to the **Diagnostic tests** page and select the tests as shown below.
551
+
1. Select **Run test**.
552
+
553
+

554
+
555
+
1. Review test results to ensure that status shows **Healthy** for each test that was run.
556
+
557
+

558
+
559
+
1. If a test fails, select **Recommended actions** on the test results page, implement the recommended change, and then rerun the test. For example, the dialog below shows recommended actions if the Azure Edge compute runtime test fails.
560
+
561
+

546
562
563
+
1. After network settings are validated and all tests return **Healthy** status, proceed to the device settings page.
547
564
548
565
## Next steps
549
566
@@ -556,6 +573,7 @@ In this tutorial, you learned about:
556
573
> * Configure network
557
574
> * Configure advanced networking
558
575
> * Configure web proxy
576
+
> * Validate network settings
559
577
560
578
::: zone-end
561
579
@@ -570,6 +588,7 @@ In this tutorial, you learned about:
570
588
> * Configure virtual IP settings for Azure Consistent Services and NFS
0 commit comments