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
This commit is contained in:
Dalton Hubble
2019-12-08 22:54:31 -08:00
parent 178afe4a9b
commit 4fce9485c8
8 changed files with 13 additions and 11 deletions

View File

@ -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]