This message was deleted.
# general
s
This message was deleted.
b
Sorry you’re hitting this, I think this warrants a bug report, would you mind filing an issue?
g
As jaxxstorm said, this sounds like a bug. As a workaround, can you try adding
ignoreChanges: ["properties.nodeTaints"]
(or the correct resource property name) to see if Pulumi will ignore those and allow the update to proceed?
d
Adding ignoreChanges: [ "nodeTaints" ] didn't work, but adding "count" (which is what was causing the stack to currently think it needed to update the resource) did prevent Pulumi from trying to update the agent pool and failing.
But if we ever want to change the maxCount/etc. we will hit this again unless we also ignore changes on those properties..
g
Understood. That's meant as a workaround for now to hopefully "unstick" you.
Could you open an issue at https://github.com/pulumi/pulumi-azure-native with the code and steps to reproduce this?
s
Pulumi update issues with AKS clusters · Issue #959 · pulumi/pulumi-azure-native (github.com)
Put both issues in the same bug. You can split them if needed.
g
Thank you. I will chat with some people internally.