Skip to content

Commit 3254fc7

Browse files
committed
Acrolinx
1 parent b45f80e commit 3254fc7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 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: 01/19/2023
10+
ms.date: 01/20/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
---
@@ -32,7 +32,7 @@ Before you begin, ensure that:
3232

3333
- 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).
3434
- 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.
3636
- 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).
3737
- 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.
3838

@@ -63,7 +63,7 @@ Depending on the workloads you intend to deploy, you may need to ensure the foll
6363

6464
- 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).
6565

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:
6767

6868
```azurepowershell
6969
Get-HcsNumaLpMapping
@@ -95,7 +95,7 @@ There are multiple steps to deploy AKS on Azure Stack Edge. Some steps are optio
9595
9696
## Enable AKS
9797
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).
9999
100100
1. Run the following command to enable AKS:
101101
@@ -111,7 +111,7 @@ There are multiple steps to deploy AKS on Azure Stack Edge. Some steps are optio
111111
112112
## Set custom locations (optional)
113113
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).
115115
116116
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.
117117
@@ -217,18 +217,18 @@ Follow these steps to deploy the AKS cluster.
217217
218218
1. In the Azure portal, go to your Azure Stack Edge resource.
219219
220-
1. Select the **Azure Kubernetes Services** tile.
220+
1. Select the **Azure Kubernetes Service** tile.
221221
222222
1. Select **Add** to configure AKS.
223223
224224
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**.
225225
226226
> [!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.
228228
229229
1. Check **Manage container from cloud via Arc enabled Kubernetes**. This option, when checked, will enable Arc when the Kubernetes cluster is created.
230230
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.
232232
233233
[![Screenshot that shows the Configure Arc enabled Kubernetes options part of creating the Kubernetes service on the Azure portal.](./media/azure-stack-edge-deploy-aks-on-azure-stack-edge/azure-stack-edge-create-aks-configure-arc-enabled-kubernetes.png)](./media/azure-stack-edge-deploy-aks-on-azure-stack-edge/azure-stack-edge-create-aks-configure-arc-enabled-kubernetes.png#lightbox)
234234
@@ -240,7 +240,7 @@ Follow these steps to deploy the AKS cluster.
240240
241241
1. Specify a name for your Arc enabled Kubernetes cluster or accept the default.
242242
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.
244244
1. Select **Configure**. You can also reset the Arc settings by selecting the **Reset to default** option.
245245
246246
1. Select **Create** to create the Kubernetes service.

0 commit comments

Comments
 (0)