Releases: dominodatalab/terraform-gcp-gke
Releases · dominodatalab/terraform-gcp-gke
v1.8.0
v1.7.0
v1.6.3: PLAT-2229: Adjust default node types, optional accelerator (#68)
Switch platform & compute defaults to n2 instances.
Support A2 instances, GPU accelerator is optional.
v1.6.2
Open port for istio support
v1.6.1
v1.6.0: disable TPU usage (#61)
* 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
pin google provider to avoid cluster provisioning error in 3.29.0
Additional Docker registry functionality
Adding in service account binding to make docker-registry/GCS work
Modifying GCS bucket to work with Docker-Registry
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
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.