mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 00:17:20 +02: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:
parent
4be4fb0082
commit
65ac28fae5
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@ resource "google_container_cluster" "proxy_cluster" {
|
||||||
node_version = "${data.google_container_engine_versions.gke_version.latest_node_version}"
|
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}"
|
min_master_version = "${data.google_container_engine_versions.gke_version.latest_master_version}"
|
||||||
|
|
||||||
|
timeouts {
|
||||||
|
update = "30m"
|
||||||
|
}
|
||||||
|
|
||||||
node_pool {
|
node_pool {
|
||||||
name = "proxy-node-pool"
|
name = "proxy-node-pool"
|
||||||
initial_node_count = 1
|
initial_node_count = 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue