Skip to content

Commit a3c21ab

Browse files
authored
Merge pull request #259955 from schaffererin/temp-removal-aks-ai-toolchain-operator-doc
Temporary removal of AKS AI toolchain operator doc while technical issues are being resolved
2 parents 5c6f340 + 15eabb5 commit a3c21ab

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

articles/aks/TOC.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -755,8 +755,6 @@
755755
href: open-ai-quickstart.md
756756
- name: Secure access to Azure OpenAI from Azure Kubernetes Service (AKS)
757757
href: open-ai-secure-access-quickstart.md
758-
- name: Deploy an AI model with the AI toolchain operator
759-
href: ai-toolchain-operator.md
760758
- name: DevOps
761759
items:
762760
- name: Azure DevOps Project

articles/aks/supported-kubernetes-versions.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,9 @@ Note the following important changes to make before you upgrade to any of the av
7676
> [!NOTE]
7777
> Alias minor version requires Azure CLI version 2.37 or above as well as API version 20220401 or above. Use `az upgrade` to install the latest version of the CLI.
7878
79-
AKS allows you to create a cluster without specifying the exact patch version. When you create a cluster without designating a patch, the cluster runs the minor version's latest GA patch. For example, if you create a cluster with **`1.21`**, your cluster runs **`1.21.7`**, which is the latest GA patch version of *1.21*.
79+
AKS allows you to create a cluster without specifying the exact patch version. When you create a cluster without designating a patch, the cluster runs the minor version's latest GA patch. For example, if you create a cluster with **`1.21`**, your cluster runs **`1.21.7`**, which is the latest GA patch version of *1.21*. If you want to upgrade your patch version in the same minor version, please use [auto-upgrade](./auto-upgrade-cluster.md#use-cluster-auto-upgrade).
8080

81-
When you upgrade by alias minor version, only a higher minor version is supported. For example, upgrading from `1.14.x` to `1.14` doesn't trigger an upgrade to the latest GA `1.14` patch, but upgrading to `1.15` triggers an upgrade to the latest GA `1.15` patch.
82-
83-
To see what patch you're on, run the `az aks show --resource-group myResourceGroup --name myAKSCluster` command. The property `currentKubernetesVersion` shows the whole Kubernetes version.
81+
To see what patch you're on, run the `az aks show --resource-group myResourceGroup --name myAKSCluster` command. The `currentKubernetesVersion` property shows the whole Kubernetes version.
8482

8583
```
8684
{
@@ -115,7 +113,7 @@ New minor version | Supported Version List
115113
----------------- | ----------------------
116114
1.17.a | 1.17.a, 1.17.b, 1.16.c, 1.16.d, 1.15.e, 1.15.f
117115

118-
When a new minor version is introduced, the oldest supported minor version and patch releases are deprecated and removed. For example, the current supported version list is:
116+
When a new minor version is introduced, the oldest minor version and patch releases supported are deprecated and removed. For example, let's say the current supported version list is:
119117

120118
```
121119
1.17.a
@@ -128,7 +126,6 @@ When a new minor version is introduced, the oldest supported minor version and p
128126

129127
When AKS releases 1.18.\*, all the 1.15.\* versions go out of support 30 days later.
130128

131-
132129
AKS also supports a maximum of two **patch** releases of a given minor version. For example, given the following supported versions:
133130

134131
```
@@ -285,13 +282,17 @@ Downgrades aren't supported.
285282

286283
Additionally, AKS doesn't make any runtime or other guarantees for clusters outside of the supported versions list.
287284

288-
### What happens when a user scales a Kubernetes cluster with a minor version that isn't supported?
285+
### What happens when you scale a Kubernetes cluster with a minor version that isn't supported?
289286

290287
For minor versions not supported by AKS, scaling in or out should continue to work. Since there are no guarantees with quality of service, we recommend upgrading to bring your cluster back into support.
291288

292-
### Can a user stay on a Kubernetes version forever?
289+
### Can you stay on a Kubernetes version forever?
290+
291+
If a cluster has been out of support for more than three (3) minor versions and has been found to carry security risks, Azure proactively contacts you to upgrade your cluster. If you don't take further action, Azure reserves the right to automatically upgrade your cluster on your behalf.
293292

294-
If a cluster has been out of support for more than three (3) minor versions and has been found to carry security risks, Azure proactively contacts you to upgrade your cluster. If you don't take further action, Azure reserves the right to automatically upgrade your cluster on your behalf.
293+
### What happens if you scale a Kubernetes cluster with a minor version that isn't supported?
294+
295+
For minor versions not supported by AKS, scaling in or out should continue to work. Since there are no guarantees with quality of service, we recommend upgrading to bring your cluster back into support.
295296

296297
### What version does the control plane support if the node pool isn't in one of the supported AKS versions?
297298

0 commit comments

Comments
 (0)