Skip to content
Snippets Groups Projects
Commit 02410dfc authored by João Alexandre Cunha's avatar João Alexandre Cunha
Browse files

Update gke default version to 1.20

parent ca89baa6
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ resource "google_container_cluster" "primary" {
location = var.gcp_region
remove_default_node_pool = true
initial_node_count = 1
min_master_version = "1.19"
min_master_version = "1.20"
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