Skip to content

Commit b694b27

Browse files
author
Manika Dhiman
committed
Merge branch 'lberner-ADO-update-deployment-tutorials' of https://github.com/louisberner/azure-docs into md-lb-gpu
2 parents 5e6fb01 + 0d58942 commit b694b27

19 files changed

+263
-209
lines changed

articles/databox-online/azure-stack-edge-gpu-connect-powershell-interface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ After virtual switches are created, you can enable the switches for Kubernetes c
129129
130130
## Change Kubernetes pod and service subnets
131131
132-
By default, Kubernetes on your Azure Stack Edge device uses subnets 172.27.0.0/16 and 172.28.0.0/16 for pod and service respectively. If these subnets are already in use in your network, then you can run the `Set-HcsKubeClusterNetworkInfo` cmdlet to change these subnets.
132+
If you're running the **other workloads** option in your environment, by default, Kubernetes on your Azure Stack Edge device uses subnets 172.27.0.0/16 and 172.28.0.0/16 for pod and service respectively. If these subnets are already in use in your network, then you can run the `Set-HcsKubeClusterNetworkInfo` cmdlet to change these subnets.
133133
134134
You want to perform this configuration before you configure compute from the Azure portal as the Kubernetes cluster is created in this step.
135135

articles/databox-online/azure-stack-edge-gpu-deploy-configure-network-compute-web-proxy.md

Lines changed: 54 additions & 45 deletions
Large diffs are not rendered by default.

articles/databox-online/azure-stack-edge-pro-2-deploy-configure-network-compute-web-proxy.md

Lines changed: 201 additions & 156 deletions
Large diffs are not rendered by default.

articles/databox-online/azure-stack-edge-pro-r-deploy-configure-network-compute-web-proxy.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -143,17 +143,17 @@ You can add or delete virtual networks associated with your virtual switches. To
143143
Follow these steps to configure compute IPs for your Kubernetes workloads.
144144

145145
1. In the local UI, go to the **Kubernetes** page.
146-
147146
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-
147+
149148
1. Assign **Kubernetes node IPs**. These static IP addresses are for the Kubernetes VMs.
150149

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.
150+
- 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.
151+
152152

153153
> [!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.
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.
157157
158158
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.
159159

@@ -162,7 +162,7 @@ Follow these steps to configure compute IPs for your Kubernetes workloads.
162162
163163
1. Select **Apply**.
164164

165-
![Screenshot of "Advanced networking" page in local UI with fully configured Add virtual switch blade for one node.](./media/azure-stack-edge-pro-r-deploy-configure-network-compute-web-proxy/compute-virtual-switch-1.png)
165+
![Screenshot of "Advanced networking" page in local UI with fully configured Add virtual switch blade for one node.](./media/azure-stack-edge-pro-r-deploy-configure-network-compute-web-proxy/compute-virtual-switch-1.png)
166166

167167
1. The configuration takes a couple minutes to apply and you may need to refresh the browser.
168168

292 KB
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)