incalculable-army-40859
05/21/2020, 1:32 AMuseIpAliases
is missing from ipAllocationPolicy
when creating a gcp.container.Cluster
. If I leave an empty ipAllocationPolicy
the cluster is not VPC-native. The property is also missing from the docs. According to the Google documentation, creating a VPC-native cluster can be achieved with:
{
"name": cluster-name,
"description": description,
...
"ipAllocationPolicy": {
"useIpAliases": true,
"createSubnetwork": true,
"subnetworkName": subnet-name
},
...
}
where ipAllocationPolicy
is described in https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters#Cluster.IPAllocationPolicy."@pulumi/gcp": "^3.6.0"
stocky-island-3676
06/10/2020, 5:56 PMincalculable-army-40859
06/10/2020, 5:58 PM