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-deploy-aks-on-azure-stack-edge.md
+4-2Lines changed: 4 additions & 2 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: how-to
10
-
ms.date: 09/26/2023
10
+
ms.date: 09/28/2023
11
11
ms.author: alkohli
12
12
# Customer intent: As an IT admin, I need to understand how to deploy and configure Azure Kubernetes service on Azure Stack Edge.
13
13
---
@@ -61,7 +61,9 @@ Depending on the workloads you intend to deploy, you may need to ensure the foll
61
61
62
62
For more information, see [Create and manage custom locations in Arc-enabled Kubernetes](../azure-arc/kubernetes/custom-locations.md).
63
63
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).
65
67
66
68
- If you're using HPN VMs as your infrastructure VMs, the vCPUs should be automatically reserved. Run the following command to verify the reservation:
Copy file name to clipboardExpand all lines: articles/databox-online/azure-stack-edge-gpu-connect-powershell-interface.md
+31-1Lines changed: 31 additions & 1 deletion
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: how-to
10
-
ms.date: 04/14/2022
10
+
ms.date: 09/28/2023
11
11
ms.author: alkohli
12
12
---
13
13
# 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
92
92
- `Credential`: Provide the username for the network share. When you run this cmdlet, you will need to provide the share password.
93
93
- `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.
94
94
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:
# 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.
526
526
After the virtual switches are created, you can enable the switches for Kubernetes compute traffic.
527
527
528
528
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).
530
537
531
538

0 commit comments