Bevan Arps

Results 198 comments of Bevan Arps

We'll have a look into the feasibility of this after we reach GA.

> I think this behaviour should also be configurable so that user can control when NodeImage version upgrade will be triggered. I don't think AKS provides this functionality - you...

> I was referring to the configurable control over when this upgrade to latest nodeimage should be triggered. Thanks for the clarification. The subresource approach that @matthchr would do that...

Question via [Slack](https://kubernetes.slack.com/archives/C046DEVLAQM/p1747967907405759?thread_ts=1745579608.247479&cid=C046DEVLAQM): > Apologies for the follow-up but do we have a way to estimate by when this feature will be implement. We have a plan to migrating and...

Response copied from [Slack](https://kubernetes.slack.com/archives/C046DEVLAQM/p1748920767733119?thread_ts=1745579608.247479&cid=C046DEVLAQM): > Thanks for taking a look into this. > Actually AKS does already provide API/CLI support to upgrade AKS node images without performing k8s version upgrade(references...

I've got a fix for error classification in #4671 but it's worth nothing that this won't prevent the conflicts from occuring, it will prevent ASO from stalling when they do.

@matthchr, do we need to implement a `PreReconciliationChecker` for `TrafficManagerProfile` and `DnsZonesCNAMERecord` (and potentially other related components) to check `ProvisioningState` (as we do for [`ManagedCluster`](https://github.com/Azure/azure-service-operator/blob/main/v2/api/containerservice/customizations/managed_cluster_extensions.go#L168) before attempting a PUT? (@masteredd...