Skip to content

Releases: dominodatalab/terraform-gcp-gke

v1.11.1

25 Apr 15:44
e2b7a25
Compare
Choose a tag to compare
PLAT-4524 Fix node_pool_overrides var type, updated checkov (#87)

v1.10.6

09 Mar 02:12
d874170
Compare
Choose a tag to compare
  • Ability to provide k8s version of the cluster in #82

Full Changelog: v1.10.5...v1.10.6

Make DNS/Static IP Optional

05 Mar 03:47
51e3147
Compare
Choose a tag to compare

The DNS and static ip assets exist primarily for internal test automation. While it could potentially be used as part of a standard user deployment, it's unlikely and overly prescriptive.

Makes these two assets optional and off by default.

Regional GKE support

03 Mar 14:38
2d98705
Compare
Choose a tag to compare
PLAT-4130: Support regional k8s clusters (#80)

1. Use the proper cli option when generating the kubeconfig.
2. Determine whether the location is regional or zonal once.
3. Allow node pools to specify zonal locations when regional. GPUs not
   available in all zones.

v1.10.3: DOM-30593: Give importer service account credentials

11 Dec 01:56
2f69d9a
Compare
Choose a tag to compare

A backup service now exists within the importer, so provide iam credentials for its service account.

v1.10.2: PLAT-2846: Obtain kubeconfig via gcloud (#77)

07 Sep 14:40
90fc03c
Compare
Choose a tag to compare
Use the gcloud CLI to create the kubeconfig.
Login if necessary

v1.10.1: PLAT-2809: Allow firewall ports to be configurable (#76)

31 Aug 22:05
ed9f86d
Compare
Choose a tag to compare
All webhook ports must be opened for the K8S API Server to access.
Expose a variable to pass these ports.

v1.10.0: PLAT-2801: Configure google-beta (#75)

28 Aug 00:00
3d3dae4
Compare
Choose a tag to compare
Since the region is computed here, we need to configure the providers.

v1.9.0: PLAT-2707: create Google Artifacty Registry (#73)

09 Aug 17:12
4985258
Compare
Choose a tag to compare

Use containerd as the default container runtime
Provide the correct oauth scope

A Google Artifact Registry is created

v1.8.1

20 Jul 22:51
a2cf44a
Compare
Choose a tag to compare

Grant GPU nodes devstorage access.