Releases: dominodatalab/terraform-gcp-gke
Releases · dominodatalab/terraform-gcp-gke
v1.11.1
v1.10.6
Make DNS/Static IP Optional
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
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
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)
Use the gcloud CLI to create the kubeconfig. Login if necessary
v1.10.1: PLAT-2809: Allow firewall ports to be configurable (#76)
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)
Since the region is computed here, we need to configure the providers.
v1.9.0: PLAT-2707: create Google Artifacty Registry (#73)
Use containerd as the default container runtime
Provide the correct oauth scope
A Google Artifact Registry is created