mirror of
https://github.com/google/nomulus
synced 2026-01-09 15:43:52 +00:00
Increate GKE cluster upgrade timeout time to 30m
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=198322158
This commit is contained in:
@@ -12,6 +12,10 @@ resource "google_container_cluster" "proxy_cluster" {
|
||||
node_version = "${data.google_container_engine_versions.gke_version.latest_node_version}"
|
||||
min_master_version = "${data.google_container_engine_versions.gke_version.latest_master_version}"
|
||||
|
||||
timeouts {
|
||||
update = "30m"
|
||||
}
|
||||
|
||||
node_pool {
|
||||
name = "proxy-node-pool"
|
||||
initial_node_count = 1
|
||||
|
||||
Reference in New Issue
Block a user