Skip to content

Commit 9575bd2

Browse files
committed
Authorize ddbuild VPN private IPs
1 parent 751d8a9 commit 9575bd2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

resources/gcp/gke/cluster.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ func NewCluster(e gcp.Environment, name string, autopilot bool, opts ...pulumi.R
3030
CidrBlock: pulumi.String("10.0.0.0/8"),
3131
DisplayName: pulumi.String("all private ips"),
3232
},
33+
&container.ClusterMasterAuthorizedNetworksConfigCidrBlockArgs{
34+
CidrBlock: pulumi.String("172.16.0.0/12"),
35+
DisplayName: pulumi.String("ddbuild vpn private ips"),
36+
},
3337
}, // Empty array to disable master authorized networks
3438
},
3539
NodeConfig: &container.ClusterNodeConfigArgs{

0 commit comments

Comments
 (0)