late-airplane-27955
12/20/2024, 4:18 PMIf needing to change the initial agent pool profile property, you can either trigger the whole cluster to be re-created by using the replaceOnChanges resource option, or make the change directly in Azure then useI tried this now, but it doesn't work right. Anyone have done this and happend to note the steps they performed?to update the stack’s stack to match.pulumi refresh
late-airplane-27955
12/20/2024, 4:21 PM~ agentPoolProfiles: [
~ [0]: {
- enableAutoScaling: true
- maxCount : 3
- minCount : 1
~ mode : "User" => "System"
~ name : "lin02" => "lin03"
+ nodeTaints : [
+ [0]: "CriticalAddonsOnly=true:NoSchedule"
]
- scaleDownMode : "Delete"
~ vmSize : "Standard_E2as_v5" => "Standard_F2s"
}
I have no idea if that's expected or not