plain-businessperson-30883
04/23/2019, 6:15 PMprivateCluster
option (as described in https://pulumi.io/reference/pkg/nodejs/@pulumi/gcp/container/#Cluster-privateCluster) but I can't find it in the ClusterArgs
(https://github.com/pulumi/pulumi-gcp/blob/master/sdk/nodejs/container/cluster.ts), despite seeing it in the GetClusterResult
interface (https://github.com/pulumi/pulumi-gcp/blob/master/sdk/nodejs/container/getCluster.ts#L105).
If I set only the privateClusterOptions
I get the following error:
gcp:container:Cluster (my-cluster):
error: Plan apply failed: googleapi: Error 400: Private cluster must be enabled if private endpoint is enabled., badRequest
Anyone ever had this? Am I missing something? Thanks in advance.orange-tailor-85423
04/23/2019, 9:27 PMplain-businessperson-30883
04/23/2019, 9:30 PMorange-tailor-85423
04/23/2019, 9:31 PM