Skip to content

Commit 82db052

Browse files
Merge pull request #233747 from kaarthis/edits
Changes to abort and support matrix
2 parents bd5130b + 8a7edc2 commit 82db052

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

articles/aks/manage-abort-operations.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Abort an Azure Kubernetes Service (AKS) long running operation (preview)
2+
title: Abort an Azure Kubernetes Service (AKS) long running operation
33
description: Learn how to terminate a long running operation on an Azure Kubernetes Service cluster at the node pool or cluster level.
44
ms.topic: article
55
ms.date: 3/23/2023
@@ -10,7 +10,7 @@ ms.date: 3/23/2023
1010

1111
Sometimes deployment or other processes running within pods on nodes in a cluster can run for periods of time longer than expected due to various reasons. While it's important to allow those processes to gracefully terminate when they're no longer needed, there are circumstances where you need to release control of node pools and clusters with long running operations using an *abort* command.
1212

13-
AKS now supports aborting a long running operation, which is currently in public preview. This feature allows you to take back control and run another operation seamlessly. This design is supported using the [Azure REST API](/rest/api/azure/) or the [Azure CLI](/cli/azure/).
13+
AKS now supports aborting a long running operation, which is now generally available. This feature allows you to take back control and run another operation seamlessly. This design is supported using the [Azure REST API](/rest/api/azure/) or the [Azure CLI](/cli/azure/).
1414

1515
The abort operation supports the following scenarios:
1616

@@ -20,11 +20,7 @@ The abort operation supports the following scenarios:
2020

2121
## Before you begin
2222

23-
- The Azure CLI version 2.40.0 or later. Run `az --version` to find the version, and run `az upgrade` to upgrade the version. If you need to install or upgrade, see [Install Azure CLI][install-azure-cli].
24-
25-
- The `aks-preview` extension version 0.5.102 or later.
26-
27-
[!INCLUDE [preview features callout](./includes/preview/preview-callout.md)]
23+
- The Azure CLI version 2.47.0 or later. Run `az --version` to find the version, and run `az upgrade` to upgrade the version. If you need to install or upgrade, see [Install Azure CLI][install-azure-cli].
2824

2925
## Abort a long running operation
3026

articles/aks/supported-kubernetes-versions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ For the past release history, see [Kubernetes history](https://en.wikipedia.org/
4949
| 1.23 | Dec 2021 | Jan 2022 | Apr 2022 | Apr 2023 |
5050
| 1.24 | Apr-22-22 | May 2022 | Jul 2022 | Jul 2023
5151
| 1.25 | Aug 2022 | Oct 2022 | Dec 2022 | Dec 2023
52-
| 1.26 | Dec 2022 | Feb 2023 | Mar 2023 | Mar 2024
52+
| 1.26 | Dec 2022 | Feb 2023 | Apr 2023 | Mar 2024
5353
| 1.27 | Apr 2023 | May 2023 | Jun 2023 | Jun 2024
5454

5555
## Alias minor version

0 commit comments

Comments
 (0)