Increase the maximum number of nodes in a nood pool to 15 (#672)

This commit is contained in:
Lai Jiang 2020-07-10 21:54:18 -04:00 committed by GitHub
parent 10b23e590e
commit b4a4e23d5e

View file

@ -28,7 +28,7 @@ resource "google_container_cluster" "proxy_cluster" {
} }
autoscaling { autoscaling {
max_node_count = 5 max_node_count = 15
min_node_count = 1 min_node_count = 1
} }