Azure / azure-capi-cli-extension

Kubernetes Cluster API support in the Azure CLI
MIT License
20 stars 18 forks source link

Don't recreate the resource group for AKS #156

Closed mboersma closed 2 years ago

mboersma commented 2 years ago

Description

When creating an AKS management cluster, we would az group create over the top of an existing RG, which deletes its tags. This changes so we check first and skip that if the RG exists.

History Notes


This checklist is used to make sure that common guidelines for an Azure CLI pull request are followed.

mboersma commented 2 years ago

cc: @willie-yao