Skip to content

Commit 42eebee

Browse files
author
Kaarthikeyan Subramanian
committed
remove notes
1 parent ed860c8 commit 42eebee

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

articles/aks/long-term-support.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,6 @@ To carry out an in-place upgrade to the latest LTS version, you need to specify
121121
```azurecli
122122
az aks upgrade --resource-group myResourceGroup --name myAKSCluster --kubernetes-version 1.32.2
123123
```
124-
> [!NOTE]
125-
>If you use any programming/scripting logic to list and select a minor version of Kubernetes before creating clusters with the `ListKubernetesVersions` API, note that starting from Kubernetes v1.27, the API returns `SupportPlan` as `[KubernetesOfficial, AKSLongTermSupport]`. Please ensure you update any logic to exclude `AKSLongTermSupport` versions to avoid any breaks and choose `KubernetesOfficial` support plan versions. Otherwise, if LTS is indeed your path forward please first opt-into the Premium tier and the `AKSLongTermSupport` support plan versions from the `ListKubernetesVersions` API before creating clusters.
126-
127124
> [!NOTE]
128125
> The next Long Term Support Version after 1.27 is to be determined. However Customers will get a minimum 6 months of overlap between 1.27 LTS and the next LTS version to plan upgrades.
129126
> 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.

0 commit comments

Comments
 (0)