red-airline-54646
08/04/2025, 3:39 PM<http://github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2/v20240501|github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2/v20240501>
, and during upgrades, the cluster upgrade would run in parallel. However, after moving to version 3 (<http://github.com/pulumi/pulumi-azure-native-sdk/containerservice/v3|github.com/pulumi/pulumi-azure-native-sdk/containerservice/v3>
), We have noticed a behavior change; the upgrades are now running sequentially.
We have not made any changes to our code or how we handle the cluster loop, nor have we altered the dependsOn
settings. We are unsure if this behavior change is related to the upgrade to v3 of containerservice
. Could anyone provide insight into this issue? As a workaround, we are using Azure Kubernetes Fleet Manager so that we can still run the upgrade in parallel.echoing-dinner-19531
08/04/2025, 8:22 PM