I have deployed a Kubernetes cluster name as 'democluster' and now I'm unable to delete it. There is no error message but it says deleting from last one hour.

Elisha George 146 Reputation points
2022-01-14T03:27:27.447+00:00

I have deployed a Kubernetes cluster name as 'democluster' and now I'm unable to delete it. There is no error message but it says deleting from last one hour.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,306 questions
0 comments No comments
{count} votes

Accepted answer
  1. Manu Philip 17,006 Reputation points MVP
    2022-01-14T07:45:29.987+00:00

    Have you checked deleting the AKS cluster through PowerShell? Looks like there is a cache playing on this issue

    • Check if the cluster is really exists by using the command az aks list Check if the 'democluster' still exists
      "id": "/subscriptions/xxxxxxxxxxxx/resourcegroups/TF/providers/Microsoft.ContainerService/managedClusters/democluster",
      • If the cluster still exists, delete the cluster with the following cmdlet
        az aks delete --name democluster --resource-group tf
        165000-image.png
        The operation will take some time. You can see the progress in azure portal as below while the deletion is going on
        165056-image.png

    If the Answer is helpful, please click "Accept Answer" and upvote it

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful