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: articles/databox-online/azure-stack-edge-gpu-deploy-configure-network-compute-web-proxy.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -201,7 +201,7 @@ After the virtual switches are created, you can enable the switches for Kubernet
201
201
1. In the local UI, go to the **Kubernetes** page.
202
202
1. Specify a workload from the options provided.
203
203
- If you're working with an Azure Private MEC solution, select the option for **an Azure Private MEC solution in your environment**.
204
-
- If you are working with an SAP Digital Manufacturing solution or another Microsoft partner solution, select the option for **a SAP Digital Manufacturing for Edge Computing or another Microsoft partner solution in your environment**.
204
+
- If you're working with an SAP Digital Manufacturing solution or another Microsoft partner solution, select the option for **a SAP Digital Manufacturing for Edge Computing or another Microsoft partner solution in your environment**.
205
205
- For other workloads, select the option for **other workloads in your environment**.
206
206
207
207
If prompted, confirm the option you specified and then select **Apply**.
@@ -534,8 +534,8 @@ After the virtual switches are created, you can enable the switches for Kubernet
534
534
535
535
1. In the local UI, go to the **Kubernetes** page.
536
536
1. Specify a workload from the options provided.
537
-
- If you are working with an Azure Private MEC solution, select the option for **an Azure Private MEC solution in your environment**.
538
-
- If you are working with an SAP Digital Manufacturing solution or another Microsoft partner solution, select the option for **a SAP Digital Manufacturing for Edge Computing or another Microsoft partner solution in your environment**.
537
+
- If you're working with an Azure Private MEC solution, select the option for **an Azure Private MEC solution in your environment**.
538
+
- If you're working with an SAP Digital Manufacturing solution or another Microsoft partner solution, select the option for **a SAP Digital Manufacturing for Edge Computing or another Microsoft partner solution in your environment**.
539
539
- For other workloads, select the option for **other workloads in your environment**.
540
540
541
541
If prompted, confirm the option you specified and then select **Apply**.
Copy file name to clipboardExpand all lines: articles/databox-online/azure-stack-edge-pro-r-deploy-configure-network-compute-web-proxy.md
+22-14Lines changed: 22 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ author: alkohli
7
7
ms.service: databox
8
8
ms.subservice: edge
9
9
ms.topic: tutorial
10
-
ms.date: 10/14/2022
10
+
ms.date: 02/15/2024
11
11
ms.author: alkohli
12
12
# Customer intent: As an IT admin, I need to understand how to connect and activate Azure Stack Edge Pro R so I can use it to transfer data to Azure.
13
13
---
@@ -140,29 +140,37 @@ You can add or delete virtual networks associated with your virtual switches. To
140
140
141
141
## Configure compute IPs
142
142
143
-
Follow these steps to configure compute IPs for your Kubernetes workloads.
143
+
After the virtual switches are created, you can enable the switches for Kubernetes compute traffic.
144
144
145
145
1. In the local UI, go to the **Kubernetes** page.
146
+
1. Specify a workload from the options provided.
147
+
- If you're working with an Azure Private MEC solution, select the option for **an Azure Private MEC solution in your environment**.
148
+
- If you're working with an SAP Digital Manufacturing solution or another Microsoft partner solution, select the option for **a SAP Digital Manufacturing for Edge Computing or another Microsoft partner solution in your environment**.
149
+
- For other workloads, select the option for **other workloads in your environment**.
150
+
151
+
If prompted, confirm the option you specified and then select **Apply**.
146
152
147
-
1. From the dropdown select a virtual switch that you will use for Kubernetes compute traffic. <!--By default, all switches are configured for management. You can't configure storage intent as storage traffic was already configured based on the network topology that you selected earlier.-->
148
-
149
-
1. Assign **Kubernetes node IPs**. These static IP addresses are for the Kubernetes VMs.
153
+
To use PowerShell to specify the workload, see detailed steps in [Change Kubernetes workload profiles](azure-stack-edge-gpu-connect-powershell-interface.md#change-kubernetes-workload-profiles).
150
154
151
-
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 two, free, contiguous IPv4 addresses.
155
+

152
156
153
-
> [!IMPORTANT]
154
-
> * 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. <!--Target URL not available.-->
155
-
> * 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.
156
-
> * 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.
157
+
1. From the dropdown list, select the virtual switch you want to enable for Kubernetes compute traffic.
158
+
1. Assign **Kubernetes node IPs**. These static IP addresses are for the Kubernetes VMs.
157
159
158
-
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.
160
+
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.
159
161
160
-
> [!IMPORTANT]
161
-
> We strongly recommend that you specify a minimum of one 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.
162
+
> [!IMPORTANT]
163
+
> - 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. For more information, see [Change Kubernetes pod and service subnets](azure-stack-edge-gpu-connect-powershell-interface.md#change-kubernetes-pod-and-service-subnets).
164
+
> - DHCP mode is not supported for Kubernetes node IPs.
162
165
166
+
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.
167
+
168
+
> [!IMPORTANT]
169
+
> We strongly recommend that you specify a minimum of 1 IP address for Azure Stack Edge Hub service to access compute modules. The service IP addresses can be updated later.
170
+
163
171
1. Select **Apply**.
164
172
165
-

173
+

166
174
167
175
1. The configuration takes a couple minutes to apply and you may need to refresh the browser.
0 commit comments