From e7b7c8bc10b9a2bacb34e5609a978552ce1c9ccd Mon Sep 17 00:00:00 2001 From: Vinay Bannai Date: Mon, 17 Jun 2019 11:24:47 -0700 Subject: [PATCH] The default-http-backend for handling 404 pages will now point to 404 handler with prometheus integration and provides metrics related to requests per second and the duration of responding to the requests for various percentile groupings. Please check https://github.com/kubernetes/ingress-gce/blob/master/cmd/404-server-with-metrics/README.md for details about the 404-server-with-metrics. --- .../cluster-loadbalancing/glbc/default-svc-controller.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/addons/cluster-loadbalancing/glbc/default-svc-controller.yaml b/cluster/addons/cluster-loadbalancing/glbc/default-svc-controller.yaml index cc8df84797e..27a5fc1f783 100644 --- a/cluster/addons/cluster-loadbalancing/glbc/default-svc-controller.yaml +++ b/cluster/addons/cluster-loadbalancing/glbc/default-svc-controller.yaml @@ -25,7 +25,7 @@ spec: # Any image is permissible as long as: # 1. It serves a 404 page at / # 2. It serves 200 on a /healthz endpoint - image: k8s.gcr.io/defaultbackend-amd64:1.5 + image: k8s.gcr.io/ingress-gce-404-server-with-metrics-amd64:v1.6.0 livenessProbe: httpGet: path: /healthz