Skip to content
Snippets Groups Projects
Commit 65f2ee35 authored by Brad Downey's avatar Brad Downey
Browse files

Go back to k8s 1.19

parent 79bf5de8
Branches
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ resource "google_container_cluster" "primary" {
location = "us-west1-a"
remove_default_node_pool = true
initial_node_count = 1
min_master_version = "1.20"
min_master_version = "1.19"
}
resource "google_container_node_pool" "primary_preemptible_nodes" {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment