Skip to content

Commit 1a6a3ed

Browse files
Kubernetes Fleet - Enable feature flag
1 parent e83da49 commit 1a6a3ed

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

articles/kubernetes-fleet/quickstart-create-fleet-and-members.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ Get started with Azure Kubernetes Fleet Manager (Fleet) by using the Azure CLI t
3737

3838
* [Install or upgrade Azure CLI](/cli/azure/install-azure-cli) to version is at least `2.37.0`
3939

40+
* Enable the following feature for each subscription where you'll be creating the fleet resource or where your AKS clusters that will be joined as members are located in:
41+
42+
```azurecli
43+
az feature register --namespace Microsoft.ContainerService --name FleetResourcePreview
44+
```
45+
4046
* Install the **fleet** Azure CLI extension. Make sure your version is at least `0.1.0`:
4147

4248
```azurecli

0 commit comments

Comments
 (0)