This repository has been archived by the owner on Mar 29, 2023. It is now read-only.
Releases: gruntwork-io/terraform-google-gke
Releases · gruntwork-io/terraform-google-gke
v0.4.0
v0.3.9
v0.3.8
v0.3.7
v0.3.6
v0.3.5
v0.3.4
v0.3.3
Modules affected
gke-cluster
Description
This release exposes a variable alternative_default_service_account
which can be used to specify a Service Account that should be used by the default node pool during cluster creation, that is alternative to the default Service Account. This should be used if the default Service Account is deleted from the Project.
Related links
v0.3.2
Modules affected
gke-cluster
gke-service-account
Description
- There is an undocumented Role needed to use the new Stackdriver for GKE.
- Change the logic for deriving the latest available k8s version so that the latest available GKE master version is used, instead of the latest available node version.
Special thanks
Special thanks to @Miradorn and @ExalDraen for their contributions!