Skip to content
Snippets Groups Projects
Commit f5dd4c8b authored by Scott Brightwell's avatar Scott Brightwell
Browse files

Update gke.tf

parent 38c85633
Branches
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ resource "google_container_cluster" "primary" { ...@@ -3,7 +3,7 @@ resource "google_container_cluster" "primary" {
location = var.gcp_region location = var.gcp_region
remove_default_node_pool = true remove_default_node_pool = true
initial_node_count = 1 initial_node_count = 1
min_master_version = "1.20" min_master_version = "1.22"
description = var.cluster_description description = var.cluster_description
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment