I got an AKS kubernetes cluster with 1 node pool w...
# general
w
I got an AKS kubernetes cluster with 1 node pool with Standard_B2ms machines. I need to upgrade this to Standard_B4ms (or something bigger). It is not possible to just change this param and run pulumi up. Any ideas on how to solve this scenario? I can manually (with or without help from pulumi) add another pool and then remove the first one, but now the stack is in a weird state compared to the original setup. Is there something smart function/workflow I'm missing?