This message was deleted.
# google-cloud
s
This message was deleted.
b
Are you using the inline default node group on the cluster? If so, rhags expected behaviour, the api is immutable. The way to do it is to make the default node group super small and taint it for only system use, then add another node group for workloads
m
I'm using the auto remove node pool option, I ended up using pulumi.IgnoreChanges([]string{"nodeConfig"})