Skip to content

Releases: dominodatalab/terraform-gcp-gke

v1.8.0

08 Jun 18:08
2289fc5
Compare
Choose a tag to compare

Pin node pool image types to the Docker-based container optimized OS as Domino does not currently support the containerd runtime.

Updates the default release channel to STABLE.

v1.7.0

07 Jun 20:41
bd74aab
Compare
Choose a tag to compare
  • Remove reliance on icanhazip.com and set default authorized IP ranges for global access (0.0.0.0/0)

v1.6.3: PLAT-2229: Adjust default node types, optional accelerator (#68)

20 May 21:11
e687fd3
Compare
Choose a tag to compare

Switch platform & compute defaults to n2 instances.
Support A2 instances, GPU accelerator is optional.

v1.6.2

18 Nov 19:03
6d6f559
Compare
Choose a tag to compare

Open port for istio support

v1.6.1

06 Aug 00:46
c097c84
Compare
Choose a tag to compare
link platform service account with git & nucleus for backups (#62)

v1.6.0: disable TPU usage (#61)

15 Jul 00:18
a2cf9c6
Compare
Choose a tag to compare
* disable TPU usage

Currently causing an error when provisioning a new cluster:

```
Error: googleapi: Error 400: Cloud TPU is only supported starting from version 1.9.3., badRequest
```

* add @Secretions to codeowners

* default PSPs to true

* update terraform to latest 0.12 version

v1.5.0: Merge pull request #60 from cerebrotech/steved/pin-gcp-gke

09 Jul 01:25
dc0fe54
Compare
Choose a tag to compare
pin google provider to avoid cluster provisioning error in 3.29.0

Additional Docker registry functionality

28 Apr 22:48
978943c
Compare
Choose a tag to compare

Adding in service account binding to make docker-registry/GCS work

Modifying GCS bucket to work with Docker-Registry

28 Apr 19:03
f3f7231
Compare
Choose a tag to compare

Giving our deploys out-of-the-box docker-registry/GCS functionality by passing the bucket name instead of the URL

Workaround for master scaling during initial provision

11 Feb 23:48
5ba91ee
Compare
Choose a tag to compare

After node pools are added, the cluster begins to scale-up and can cause inaccessibility to the k8s master URL.

Workaround from hashicorp/terraform-provider-google#3385.