Skip to content

Commit d93ccb1

Browse files
authored
Merge pull request #121899 from JoeyC-Dev/patch-4
Update latest LTS info in long-term-support.md
2 parents 72964e9 + 89af7cd commit d93ccb1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/aks/long-term-support.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,10 @@ For customers that wish to carry out an in-place migration, the AKS service will
120120
To carry out an in-place upgrade to the latest LTS version, you need to specify an LTS enabled Kubernetes version as the upgrade target.
121121

122122
```azurecli
123-
az aks upgrade --resource-group myResourceGroup --name myAKSCluster --kubernetes-version 1.30.2
123+
az aks upgrade --resource-group myResourceGroup --name myAKSCluster --kubernetes-version 1.32.2
124124
```
125125

126126
> [!NOTE]
127-
> Kubernetes 1.30.2 is used as an example version in this article. Check the [AKS release tracker](release-tracker.md) for available Kubernetes releases.
127+
> Kubernetes version 1.32 is the next Long Term Support Version after 1.27. Customers will get a minimum 6 months of overlap between 1.27 LTS and 1.32 LTS versions to plan upgrades.
128+
> Kubernetes 1.32.2 is used as an example version in this article. Check the [AKS release tracker](release-tracker.md) for available Kubernetes releases.
128129

0 commit comments

Comments
 (0)