I have a GKE cluster made with pulumi and i want t...
# google-cloud
p
I have a GKE cluster made with pulumi and i want to change the machine type of the nodepool. While i know that is not possible, i though i just add a nodepool in the array first, then migrate all the pods over, and then remove the first one from the array. But when I add a nodepool, pulumi wants to replace everything. This is my cluster code https://gist.github.com/roderik/0b949356750dac9426ff86985996bf20 any idea how i do this? I don’t want to setup up new cluster since i have huge pvc’s that are almost impossible to migrate.