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/aks/long-term-support.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,6 +136,11 @@ az aks upgrade --resource-group myResourceGroup --name myAKSCluster --kubernetes
136
136
### Community support for AKS 1.27 ends expires in July 2024. Can I create a new AKS cluster with version 1.27 after that date?
137
137
Yes, as long as LTS is enabled on the cluster, you can create a new AKS cluster with version 1.27 after the community support window has ended.
138
138
139
-
140
139
### Can I enable and disable LTS on AKS 1.27 after the end of community support?
141
140
You can enable the LTS support plan on AKS 1.27 after the end of community support. However, you can't disable LTS on AKS 1.27 after the end of community support.
141
+
142
+
### I have a cluster running on version 1.27. Does it mean it is automatically in LTS?
143
+
No, you need to explicitly enable LTS on the cluster to receive LTS support. Enabling LTS also requires being on the Premium tier.
144
+
145
+
### What is the pricing model for LTS?
146
+
LTS is available on the Premium tier, please refer to the [Premium tier pricing](https://azure.microsoft.com/en-us/pricing/details/kubernetes-service/) for more information.
0 commit comments