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
+9-9Lines changed: 9 additions & 9 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: 01/19/2023
10
+
ms.date: 01/20/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
---
@@ -32,7 +32,7 @@ Before you begin, ensure that:
32
32
33
33
- You have a Microsoft account with credentials to access Azure portal, and access to an Azure Stack Edge Pro GPU device. The Azure Stack Edge device will be configured and activated using the instructions in [Set up and activate your device](azure-stack-edge-gpu-deploy-checklist.md).
34
34
- You have at least one virtual switch created and enabled for compute on your Azure Stack Edge device. For detailed steps, see [Create virtual switches](azure-stack-edge-gpu-deploy-configure-network-compute-web-proxy.md?pivots=single-node#configure-virtual-switches).
35
-
- You have a client to access your device that is running a supported operating system. If using a Windows client, make sure that it's running PowerShell 5.0 or later.
35
+
- You have a client to access your device that's running a supported operating system. If using a Windows client, make sure that it's running PowerShell 5.0 or later.
36
36
- Before you enable Azure Arc on the Kubernetes cluster, make sure that you’ve enabled and registered `Microsoft.Kubernetes` and `Microsoft.KubernetesConfiguration` resource providers against your subscription. For detailed steps, see [Register resource providers via Azure CLI](../azure-arc/kubernetes/quickstart-connect-cluster.md?tabs=azure-cli#register-providers-for-azure-arc-enabled-kubernetes).
37
37
- If you intend to deploy Azure Arc for Kubernetes cluster, you’ll need to create a resource group. You must have owner level access to the resource group.
38
38
@@ -63,7 +63,7 @@ Depending on the workloads you intend to deploy, you may need to ensure the foll
63
63
64
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).
65
65
66
-
- If you are using HPN VMs as your infrastructure VMs, the vCPUs should be automatically reserved. Run the following command to verify the reservation:
66
+
- If you're using HPN VMs as your infrastructure VMs, the vCPUs should be automatically reserved. Run the following command to verify the reservation:
67
67
68
68
```azurepowershell
69
69
Get-HcsNumaLpMapping
@@ -95,7 +95,7 @@ There are multiple steps to deploy AKS on Azure Stack Edge. Some steps are optio
95
95
96
96
## Enable AKS
97
97
98
-
1. [Connect to the PowerShell interface of the device](azure-stack-edge-gpu-connect-powershell-interface.md).
98
+
1. [Connect to the PowerShell interface of the device](azure-stack-edge-gpu-connect-powershell-interface.md#connect-to-the-powershell-interface).
99
99
100
100
1. Run the following command to enable AKS:
101
101
@@ -111,7 +111,7 @@ There are multiple steps to deploy AKS on Azure Stack Edge. Some steps are optio
111
111
112
112
## Set custom locations (optional)
113
113
114
-
1. [Connect to the PowerShell interface of the device](azure-stack-edge-gpu-connect-powershell-interface.md).
114
+
1. [Connect to the PowerShell interface of the device](azure-stack-edge-gpu-connect-powershell-interface.md#connect-to-the-powershell-interface).
115
115
116
116
1. Run the following command **as an option** to set custom locations. Input the custom location object ID that you fetched when completing your prerequisites.
117
117
@@ -217,18 +217,18 @@ Follow these steps to deploy the AKS cluster.
217
217
218
218
1. In the Azure portal, go to your Azure Stack Edge resource.
219
219
220
-
1. Select the **Azure Kubernetes Services** tile.
220
+
1. Select the **Azure Kubernetes Service** tile.
221
221
222
222
1. Select **Add** to configure AKS.
223
223
224
224
1. On the **Create Kubernetes service** dialog, select the Kubernetes **Node size** for the infrastructure VM. In this example, we have selected VM size **Standard_F16s_HPN – 16 vCPUs, 32.77 GB memory**.
225
225
226
226
> [!NOTE]
227
-
> If the node size dropdown isn’t populated, wait a few minutes so that it's synchronized after VMs are enabled in the preceding step.
227
+
> If the node size dropdown menu isn’t populated, wait a few minutes so that it's synchronized after VMs are enabled in the preceding step.
228
228
229
229
1. Check **Manage container from cloud via Arc enabled Kubernetes**. This option, when checked, will enable Arc when the Kubernetes cluster is created.
230
230
231
-
1. If you select **Change**, then you’ll need to provide a subscription, resource group, cluster name, and region.
231
+
1. If you select **Change**, then you’ll need to provide a subscription name, resource group, cluster name, and region.
232
232
233
233
[](./media/azure-stack-edge-deploy-aks-on-azure-stack-edge/azure-stack-edge-create-aks-configure-arc-enabled-kubernetes.png#lightbox)
234
234
@@ -240,7 +240,7 @@ Follow these steps to deploy the AKS cluster.
240
240
241
241
1. Specify a name for your Arc enabled Kubernetes cluster or accept the default.
242
242
243
-
1. Select a region where the resource for your Arc enabled Kubernetes cluster will be created. A filtered list of supported regions is displayed in the dropdown list. For more information, see [supported regions for Azure Arc enabled Kubernetes](../azure-arc/kubernetes/overview.md).
243
+
1. Select a region where the resource for your Arc enabled Kubernetes cluster will be created. A filtered list of supported regions is displayed in the dropdown list.
244
244
1. Select **Configure**. You can also reset the Arc settings by selecting the **Reset to default** option.
245
245
246
246
1. Select **Create** to create the Kubernetes service.
0 commit comments