Skip to content

Commit

Permalink
Do not specify node pool version for platform node pool
Browse files Browse the repository at this point in the history
  • Loading branch information
sjmiller609 committed Nov 6, 2019
1 parent 7b7b467 commit 1130623
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion node_pools.tf
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ resource "google_container_node_pool" "node_pool_platform" {
# delete = "30m"
# }

version = data.google_container_cluster.primary.master_version
# Use auto-upgrade for versioning of this node pool
# version = data.google_container_cluster.primary.master_version
# version = var.kube_version_gke

location = var.zonal_cluster ? local.zone : local.region
Expand Down

0 comments on commit 1130623

Please sign in to comment.