Skip to content

Commit e61faab

Browse files
Merge pull request #231911 from MGoedtel/task41028
Updated AKS Abort Operation article
2 parents 02bc398 + 16b324f commit e61faab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/aks/manage-abort-operations.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Abort an Azure Kubernetes Service (AKS) long running operation (preview)
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
5-
ms.date: 11/23/2022
5+
ms.date: 3/23/2023
66

77
---
88

@@ -68,6 +68,8 @@ In the response, an HTTP status code of 204 is returned.
6868

6969
The provisioning state on the managed cluster or agent pool should be **Canceled**. Use the REST API [Get Managed Clusters](/rest/api/aks/managed-clusters/get) or [Get Agent Pools](/rest/api/aks/agent-pools/get) to verify the operation. The provisioning state should update to **Canceled** within a few seconds of the abort request being accepted. Operation status of last running operation ID on the managed cluster/agent pool, which can be retrieved by performing a GET operation against the Managed Cluster or agent pool, should show a status of **Canceling**.
7070

71+
When you terminate an operation, it doesn't roll back to the previous state and it stops at whatever step in the operation was in-process. Once complete, the cluster provisioning state shows a **Canceled** state. If the operation happens to be a cluster upgrade, during a cancel operation it stops where it is.
72+
7173
## Next steps
7274

7375
Learn more about [Container insights](../azure-monitor/containers/container-insights-overview.md) to understand how it helps you monitor the performance and health of your Kubernetes cluster and container workloads.

0 commit comments

Comments
 (0)