Skip to content

Instantly share code, notes, and snippets.

@timhberry
Created June 8, 2018 15:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timhberry/05b99937f79e2eaebf765ed8e8bcb980 to your computer and use it in GitHub Desktop.
Save timhberry/05b99937f79e2eaebf765ed8e8bcb980 to your computer and use it in GitHub Desktop.
resource "google_container_node_pool" "extra-pool" {
name = "extra-node-pool"
zone = "europe-west1-b"
cluster = "${google_container_cluster.gke-cluster.name}"
initial_node_count = 3
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment