From a15bc5954c20a9276a75e0bd69f4fa4b72d7a92e Mon Sep 17 00:00:00 2001 From: Vinay Bannai Date: Tue, 1 Dec 2020 21:59:44 -0800 Subject: [PATCH] The l7-default-backend/defult-http-backend now points to a new version of the 404-server-with-metrics. Uses new container registry: gcr.io/google-container with the new version for the ingress-gce-404-server-with-metrics-amd64:v1.10.11 --- .../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 64d0a798a41..301589d8b1c 100644 --- a/cluster/addons/cluster-loadbalancing/glbc/default-svc-controller.yaml +++ b/cluster/addons/cluster-loadbalancing/glbc/default-svc-controller.yaml @@ -26,7 +26,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/ingress-gce-404-server-with-metrics-amd64:v1.6.0 + image: gcr.io/google-containers/ingress-gce-404-server-with-metrics-amd64:v1.10.11 livenessProbe: httpGet: path: /healthz