File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ title: Pod Sandboxing (preview) with Azure Kubernetes Service (AKS)
3
3
description : Learn about and deploy Pod Sandboxing (preview), also referred to as Kernel Isolation, on an Azure Kubernetes Service (AKS) cluster.
4
4
services : container-service
5
5
ms.topic : article
6
- ms.date : 02/22 /2023
6
+ ms.date : 02/23 /2023
7
7
8
8
---
9
9
@@ -41,7 +41,7 @@ Run the following command to update to the latest version of the extension relea
41
41
az extension update --name aks-preview
42
42
```
43
43
44
- ### Register the ' KataVMIsolationPreview' feature flag
44
+ ### Register the KataVMIsolationPreview feature flag
45
45
46
46
Register the ` KataVMIsolationPreview ` feature flag by using the [ az feature register] [ az-feature-register ] command, as shown in the following example:
47
47
@@ -124,7 +124,7 @@ Perform the following steps to deploy an AKS Mariner cluster using the Azure CLI
124
124
125
125
To use this feature with an existing AKS cluster, the following requirements must be met:
126
126
127
- * Follow the steps to [register the KataVMIsolationPreview][# register-the-'KataVMIsolationPreview' -feature-flag] feature flag.
127
+ * Follow the steps to [register the KataVMIsolationPreview][register-the-katavmisolationpreview -feature-flag] feature flag.
128
128
* Verify the cluster is running Kubernetes version 1.24.0 and higher.
129
129
130
130
Use the following command to enable Pod Sandboxing (preview) by creating a node pool to host it.
You can’t perform that action at this time.
0 commit comments