Skip to content

Commit 90d80fc

Browse files
Merge pull request #214316 from shashankbarsin/main
Kubernetes fleet - version support policy
2 parents ff4364d + 97aeb52 commit 90d80fc

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ Get started with Azure Kubernetes Fleet Manager (Fleet) by using the Azure CLI t
3939

4040
* 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:
4141

42-
```azurecli
43-
az feature register --namespace Microsoft.ContainerService --name FleetResourcePreview
44-
```
42+
```azurecli
43+
az feature register --namespace Microsoft.ContainerService --name FleetResourcePreview
44+
```
4545
4646
* Install the **fleet** Azure CLI extension. Make sure your version is at least `0.1.0`:
4747
@@ -57,6 +57,8 @@ Get started with Azure Kubernetes Fleet Manager (Fleet) by using the Azure CLI t
5757
export FLEET=<your_fleet_name>
5858
```
5959
60+
* The AKS clusters that you want to join as member clusters to the fleet resource need to be within the supported versions of AKS. Learn more about AKS version support policy [here](../aks/supported-kubernetes-versions.md#kubernetes-version-support-policy).
61+
6062
## Create a resource group
6163
6264
An [Azure resource group](../azure-resource-manager/management/overview.md) is a logical group in which Azure resources are deployed and managed. When you create a resource group, you're prompted to specify a location. This location is:

0 commit comments

Comments
 (0)