important-leather-28796
12/23/2019, 7:54 PMipAllocationPolicy: {
useIpAliases: true, // creates the cluster with Alias IP addresses
createSubnetwork: true, // enables ip aliasing
},
but this config was removed. I used an explicit network/subnetwork passed to my cluster, but it does not trigger creation of a VPC native cluster. What could I be missing there @gentle-diamond-70147?ipAllocationPolicy
block defined now:
ipAllocationPolicy: {
// use_ip_aliases defaults to true if the ip_allocation_policy block is defined
},
Found that in a terraform issuegentle-diamond-70147
12/23/2019, 9:30 PMlocation
setting work for you?important-leather-28796
12/23/2019, 9:31 PMlocation
still doesn’t work for zone only. I’m going to circle back to it once I have some other issues ironed out