Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Commit

Permalink
Setting the GKE version to a specific version (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevensen authored Oct 14, 2019
1 parent ae21c29 commit c0ba69c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/on_gke_end_to_end/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ module "gke" {
remove_default_node_pool = true
identity_namespace = "${var.project_id}.svc.id.goog"
node_metadata = "GKE_METADATA_SERVER"
kubernetes_version = "1.13"


node_pools = [{
Expand All @@ -143,7 +144,7 @@ module "gke" {
disk_type = "pd-standard"
image_type = "COS"
auto_repair = true
auto_upgrade = true
auto_upgrade = false
preemptible = false
initial_node_count = 1
}, ]
Expand Down

0 comments on commit c0ba69c

Please sign in to comment.