Skip to content

Commit 3bd1326

Browse files
Merge pull request #244502 from MGoedtel/updatePodSandbox
edit Pod Sandboxing article
2 parents e8405ac + 31a8cbf commit 3bd1326

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/aks/use-pod-sandboxing.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ When a pod uses the *kata-mshv-vm-isolation* runtimeClass, it creates a VM to se
9292

9393
## Deploy new cluster
9494

95-
Perform the following steps to deploy a Azure Linux AKS cluster using the Azure CLI.
95+
Perform the following steps to deploy an Azure Linux AKS cluster using the Azure CLI.
9696

9797
1. Create an AKS cluster using the [az aks create][az-aks-create] command and specifying the following parameters:
9898

@@ -104,6 +104,7 @@ Perform the following steps to deploy a Azure Linux AKS cluster using the Azure
104104

105105
```azurecli-interactive
106106
az aks create --name myAKSCluster --resource-group myResourceGroup --os-sku AzureLinux --workload-runtime KataMshvVmIsolation --node-vm-size Standard_D4s_v3 --node-count 1
107+
```
107108
108109
2. Run the following command to get access credentials for the Kubernetes cluster. Use the [az aks get-credentials][aks-get-credentials] command and replace the values for the cluster name and the resource group name.
109110
@@ -269,7 +270,7 @@ kubectl delete pod pod-name
269270

270271
## Next steps
271272

272-
* Learn more about [Azure Dedicated hosts][azure-dedicated-hosts] for nodes with your AKS cluster to use hardware isolation and control over Azure platform maintenance events.
273+
Learn more about [Azure Dedicated hosts][azure-dedicated-hosts] for nodes with your AKS cluster to use hardware isolation and control over Azure platform maintenance events.
273274

274275
<!-- EXTERNAL LINKS -->
275276
[kata-containers-overview]: https://katacontainers.io/

0 commit comments

Comments
 (0)