You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/kubernetes-fleet/quickstart-create-fleet-and-members.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,9 +39,9 @@ Get started with Azure Kubernetes Fleet Manager (Fleet) by using the Azure CLI t
39
39
40
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
41
42
-
```azurecli
43
-
az feature register --namespace Microsoft.ContainerService --name FleetResourcePreview
44
-
```
42
+
```azurecli
43
+
az feature register --namespace Microsoft.ContainerService --name FleetResourcePreview
44
+
```
45
45
46
46
* Install the **fleet** Azure CLI extension. Make sure your version is at least `0.1.0`:
0 commit comments