From b1edeec518456d24686b99e69274b7bbe42781a4 Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Sun, 8 Dec 2019 22:54:31 -0800 Subject: [PATCH] Reduce kube-controller-manager pod eviction timeout from 5m to 1m * Reduce time to delete pods on unready nodes from 5m to 1m * Present since v1.13.3, but mistakenly removed in v1.16.0 static pod control plane migration Related: * https://github.com/poseidon/terraform-render-bootstrap/pull/148 * https://github.com/poseidon/terraform-render-bootstrap/pull/164 --- bootstrap.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.tf b/bootstrap.tf index cb751a1..156e1b2 100644 --- a/bootstrap.tf +++ b/bootstrap.tf @@ -1,6 +1,6 @@ # Kubernetes assets (kubeconfig, manifests) module "bootstrap" { - source = "git::https://github.com/poseidon/terraform-render-bootstrap.git?ref=dce49114a083436c5af6d9174b9c1248786ba3b6" + source = "git::https://github.com/poseidon/terraform-render-bootstrap.git?ref=4369c706e2432151211bd33aa18a8ea7d53aaa11" cluster_name = var.cluster_name api_servers = [var.k8s_domain_name]