Skip to content

Commit 226570a

Browse files
Merge pull request #253293 from dansisson/lou-929
Lou 9-29 updates
2 parents 1a11bc9 + 34d36e2 commit 226570a

File tree

3 files changed

+44
-5
lines changed

3 files changed

+44
-5
lines changed

articles/databox-online/azure-stack-edge-deploy-aks-on-azure-stack-edge.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: alkohli
77
ms.service: databox
88
ms.subservice: edge
99
ms.topic: how-to
10-
ms.date: 09/26/2023
10+
ms.date: 09/28/2023
1111
ms.author: alkohli
1212
# Customer intent: As an IT admin, I need to understand how to deploy and configure Azure Kubernetes service on Azure Stack Edge.
1313
---
@@ -61,7 +61,9 @@ Depending on the workloads you intend to deploy, you may need to ensure the foll
6161

6262
For more information, see [Create and manage custom locations in Arc-enabled Kubernetes](../azure-arc/kubernetes/custom-locations.md).
6363

64-
- If deploying Kubernetes or PMEC workloads, you may need virtual networks that you’ve added using the instructions in [Create virtual networks](azure-stack-edge-gpu-deploy-configure-network-compute-web-proxy.md?pivots=single-node#configure-virtual-network).
64+
- If deploying Kubernetes or PMEC workloads:
65+
- You may have selected a specific workload profile using the local UI or using PowerShell. Detailed steps are documented for the local UI in [Configure compute IPS](azure-stack-edge-gpu-deploy-configure-network-compute-web-proxy.md?pivots=two-node#configure-compute-ips-1) and for PowerShell in [Change Kubernetes workload profiles](azure-stack-edge-gpu-connect-powershell-interface.md#change-kubernetes-workload-profiles).
66+
- You may need virtual networks that you’ve added using the instructions in [Create virtual networks](azure-stack-edge-gpu-deploy-configure-network-compute-web-proxy.md?pivots=single-node#configure-virtual-network).
6567

6668
- If you're using HPN VMs as your infrastructure VMs, the vCPUs should be automatically reserved. Run the following command to verify the reservation:
6769

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

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: alkohli
77
ms.service: databox
88
ms.subservice: edge
99
ms.topic: how-to
10-
ms.date: 04/14/2022
10+
ms.date: 09/28/2023
1111
ms.author: alkohli
1212
---
1313
# Manage an Azure Stack Edge Pro GPU device via Windows PowerShell
@@ -92,6 +92,36 @@ If the compute role is configured on your device, you can also get the compute l
9292
- `Credential`: Provide the username for the network share. When you run this cmdlet, you will need to provide the share password.
9393
- `FullLogCollection`: This parameter ensures that the log package will contain all the compute logs. By default, the log package contains only a subset of logs.
9494
95+
## Change Kubernetes workload profiles
96+
97+
After you have formed and configured a cluster and you have created new virtual switches, you can add or delete virtual networks associated with your virtual switches. For detailed steps, see [Configure virtual switches](azure-stack-edge-gpu-deploy-configure-network-compute-web-proxy.md?pivots=two-node#configure-virtual-switches-1).
98+
99+
After virtual switches are created, you can enable the switches for Kubernetes compute traffic to specify a Kubernets workload profile. To do so using the local UI, use the steps in [Configure compute IPS](azure-stack-edge-gpu-deploy-configure-network-compute-web-proxy.md?pivots=two-node#configure-compute-ips-1). To do so using PowerShell, use the following steps:
100+
101+
1. [Connect to the PowerShell interface](#connect-to-the-powershell-interface).
102+
2. Use the `Get-HcsApplianceInfo` cmdlet to get current `KubernetesPlatform` and `KubernetesWorkloadProfile` settings for your device.
103+
104+
The following example shows the usage of this cmdlet:
105+
106+
```powershell
107+
Get-HcsApplianceInfo
108+
```
109+
110+
3. Use the `Set-HcsKubernetesWorkloadProfile` cmdlet to set the workload profile for AP5GC an Azure Private MEC solution.
111+
112+
The following example shows the usage of this cmdlet:
113+
114+
```powershell
115+
Set-HcsKubernetesWorkloadProfile -Type "AP5GC"
116+
```
117+
118+
Here is sample output for this cmdlet:
119+
120+
```powershell
121+
[10.100.10.10]: PS>KubernetesPlatform : AKS
122+
[10.100.10.10]: PS>KubernetesWorkloadProfile : AP5GC
123+
[10.100.10.10]: PS>
124+
```
95125
96126
## Change Kubernetes pod and service subnets
97127

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

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: alkohli
77
ms.service: databox
88
ms.subservice: edge
99
ms.topic: tutorial
10-
ms.date: 09/22/2023
10+
ms.date: 09/28/2023
1111
ms.author: alkohli
1212
zone_pivot_groups: azure-stack-edge-device-deployment
1313
# 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.
@@ -526,7 +526,14 @@ Select **Next: Kubernetes >** to next configure your compute IPs for Kubernetes.
526526
After the virtual switches are created, you can enable the switches for Kubernetes compute traffic.
527527

528528
1. In the local UI, go to the **Kubernetes** page.
529-
1. Specify a workload from the options provided. If prompted, confirm the option you selected and then select **Apply**.
529+
1. Specify a workload from the options provided.
530+
- If you are working with an Azure Private MEC solution, select the option for **an Azure Private MEC solution in your environment**.
531+
- 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**.
532+
- For other workloads, select the option for **other workloads in your environment**.
533+
534+
If prompted, confirm the option you specified and then select **Apply**.
535+
536+
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).
530537

531538
![Screenshot of the Workload selection options on the Kubernetes page of the local UI for two node.](./media/azure-stack-edge-gpu-deploy-configure-network-compute-web-proxy/azure-stack-edge-kubernetes-workload-selection.png)
532539

0 commit comments

Comments
 (0)