Anyone seen an issue with gcp classic where a GKE cluster keeps being recreated for a NodeConfig change even though there isn't an change? I have to use a non-default NodeConfig because the org requires secure boot for everything.
b
billowy-army-68599
01/21/2023, 2:59 AM
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
magnificent-rainbow-92633
01/21/2023, 5:09 AM
I'm using the auto remove node pool option, I ended up using pulumi.IgnoreChanges([]string{"nodeConfig"})