adorable-action-51248
03/05/2021, 9:31 AMgcp.compute.Subnetwork with empty secondaryIpRanges: [] and then refer to that subnet in gcp.container.Cluster and use ipAllocationPolicy to specify the services and pods subnets.
However, this setup breaks because GKE modifies the network’s secondaryIpRanges and on the next pulumi up pulumi tries to remove GKEs modifications.
The fails because the subnetwork is already in use.