Skip to content

Commit 86297c3

Browse files
authored
Update confidential-enclave-nodes-aks-get-started.md
1 parent c9ad47a commit 86297c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/confidential-computing/confidential-enclave-nodes-aks-get-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Use the following instructions to create an AKS cluster with the Intel SGX add-o
4444
> [!NOTE]
4545
> If you already have an AKS cluster that meets the prerequisite criteria listed earlier, [skip to the next section](#add-a-user-node-pool-with-confidential-computing-capabilities-to-the-aks-cluster) to add a confidential computing node pool.
4646
47-
Intel SGX AKS Addon "confcom" exposes the Intel SGX device drivers to your containers to avoid addeed changes to your pod yaml.
47+
Intel SGX AKS Addon "confcom" exposes the Intel SGX device drivers to your containers to avoid added changes to your pod yaml.
4848

4949
First, create a resource group for the cluster by using the [az group create][az-group-create] command. The following example creates a resource group named *myResourceGroup* in the *eastus2* region:
5050

@@ -61,7 +61,7 @@ The above command will deploy a new AKS cluster with system node pool of non con
6161

6262
### Add an user node pool with confidential computing capabilities to the AKS cluster<a id="add-a-user-node-pool-with-confidential-computing-capabilities-to-the-aks-cluster"></a>
6363

64-
Run the following command to add a user node pool of `Standard_DC4s_v3` size with three nodes to the AKS cluster. You can choose another larger sized SKU from the [list of supported DCsv2/DCsv3 SKUs and regions](../virtual-machines/dcv3-series.md).
64+
Run the following command to add an user node pool of `Standard_DC4s_v3` size with three nodes to the AKS cluster. You can choose another larger sized SKU from the [list of supported DCsv2/DCsv3 SKUs and regions](../virtual-machines/dcv3-series.md).
6565

6666
```azurecli-interactive
6767
az aks nodepool add --cluster-name myAKSCluster --name confcompool1 --resource-group myResourceGroup --node-vm-size Standard_DC4s_v3 --node-count 2

0 commit comments

Comments
 (0)