From 4d2085f0af52453ea7e4467cda3640996a78405f Mon Sep 17 00:00:00 2001 From: Pete Birley Date: Mon, 12 Nov 2018 06:05:54 +0100 Subject: [PATCH] Ingress: Update version of ingress controller image This PS updates the version of the ingress controller image used. This brings in the ability to update the ingress configuration without reloading nginx. There may also need to be some changes for prom based monitoring: * https://github.com/kubernetes/ingress-nginx/blob/master/Changelog.md#0100 Change-Id: Ia0bf3dbb9b726f3a5cfb1f95d7ede456af13374a Signed-off-by: Pete Birley --- ingress/templates/bin/_ingress-controller.sh.tpl | 1 + ingress/values.yaml | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ingress/templates/bin/_ingress-controller.sh.tpl b/ingress/templates/bin/_ingress-controller.sh.tpl index b041062e8..b7c9c5a90 100644 --- a/ingress/templates/bin/_ingress-controller.sh.tpl +++ b/ingress/templates/bin/_ingress-controller.sh.tpl @@ -25,6 +25,7 @@ function start () { {{- if eq .Values.deployment.mode "namespace" }} --watch-namespace ${POD_NAMESPACE} \ {{- end }} + --enable-dynamic-configuration \ --http-port=${PORT_HTTP} \ --https-port=${PORT_HTTPS} \ --status-port=${PORT_STATUS} \ diff --git a/ingress/values.yaml b/ingress/values.yaml index 1a694c1b4..90f227ad9 100644 --- a/ingress/values.yaml +++ b/ingress/values.yaml @@ -26,8 +26,7 @@ deployment: images: tags: entrypoint: quay.io/stackanetes/kubernetes-entrypoint:v0.3.1 - # https://github.com/kubernetes/ingress-nginx/blob/09524cd3363693463da5bf4a9bb3900da435ad05/Changelog.md#090 - ingress: quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.9.0 + ingress: quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.20.0 error_pages: gcr.io/google_containers/defaultbackend:1.0 keepalived: osixia/keepalived:1.4.5 dep_check: quay.io/stackanetes/kubernetes-entrypoint:v0.3.1