Jack Francis
Jack Francis
> The issue seems to be that https://github.com/kubernetes-sigs/cluster-api-provider-azure/blob/main/azure/scope/managedcontrolplane.go#L330 is always returning true for ManagedClusters. @alexeldeib you owe @CecileRobertMichon a 🍷
I actually couldn't repro this. I used the standard reference AKS template that we use to test, but with a modified `AzureManagedControlPlane`: ```yaml apiVersion: infrastructure.cluster.x-k8s.io/v1beta1 kind: AzureManagedControlPlane metadata: name: ${CLUSTER_NAME}...
It looks like the current capz implementation requires a tight coupling between `AzureManagedCluster`'s and `AzureManagedControlPlane`'s `Name` value. It seems that if we _just_ change the value of `AzureManagedControlPlane` there is...
/test pull-cluster-api-provider-azure-e2e /test pull-cluster-api-provider-azure-e2e-optional /test pull-cluster-api-provider-azure-e2e-exp
> > I was looking at the logs -- looks like that the private cluster that got created was not successfully deleted. > > That's an important one to look...
I did a quick local build-out using tilt and couldn't repro. 1. Pre-created the RG 2. Configured `$AZURE_RESOURCE_GROUP` input in the "aks" flavor to use the above existing RG 3....
/retitle don’t explicitly delete subnet, routetable, nsg
@CecileRobertMichon @mtougeron I've modified this PR to exclude route tables and NSGs as well as subnets from explicit deletion (they will all be deleted by VNET). My initial (self-managed) tests...
@sayantani11 thanks for picking this up! That search is case-sensitive, and the yaml template usage follows the json spec in the type definition. So this is what we're looking for:...