Skip to content

Commit eb2b3bd

Browse files
committed
fixed link
1 parent feac254 commit eb2b3bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/aks/use-pod-sandboxing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Pod Sandboxing (preview) with Azure Kubernetes Service (AKS)
33
description: Learn about and deploy Pod Sandboxing (preview), also referred to as Kernel Isolation, on an Azure Kubernetes Service (AKS) cluster.
44
services: container-service
55
ms.topic: article
6-
ms.date: 02/22/2023
6+
ms.date: 02/23/2023
77

88
---
99

@@ -41,7 +41,7 @@ Run the following command to update to the latest version of the extension relea
4141
az extension update --name aks-preview
4242
```
4343

44-
### Register the 'KataVMIsolationPreview' feature flag
44+
### Register the KataVMIsolationPreview feature flag
4545

4646
Register the `KataVMIsolationPreview` feature flag by using the [az feature register][az-feature-register] command, as shown in the following example:
4747

@@ -124,7 +124,7 @@ Perform the following steps to deploy an AKS Mariner cluster using the Azure CLI
124124
125125
To use this feature with an existing AKS cluster, the following requirements must be met:
126126
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.
128128
* Verify the cluster is running Kubernetes version 1.24.0 and higher.
129129
130130
Use the following command to enable Pod Sandboxing (preview) by creating a node pool to host it.

0 commit comments

Comments
 (0)