From d73243d859d8be29e601b484696bb3ab56151584 Mon Sep 17 00:00:00 2001 From: Minhan Xia Date: Mon, 30 Jul 2018 11:40:36 -0700 Subject: [PATCH] bump glbc to 1.2.3 --- cluster/gce/manifests/glbc.manifest | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cluster/gce/manifests/glbc.manifest b/cluster/gce/manifests/glbc.manifest index 2bacce0aae1..d7643791c28 100644 --- a/cluster/gce/manifests/glbc.manifest +++ b/cluster/gce/manifests/glbc.manifest @@ -1,20 +1,20 @@ apiVersion: v1 kind: Pod metadata: - name: l7-lb-controller-v1.2.2 + name: l7-lb-controller-v1.2.3 namespace: kube-system annotations: scheduler.alpha.kubernetes.io/critical-pod: '' seccomp.security.alpha.kubernetes.io/pod: 'docker/default' labels: k8s-app: gcp-lb-controller - version: v1.2.2 + version: v1.2.3 kubernetes.io/name: "GLBC" spec: terminationGracePeriodSeconds: 600 hostNetwork: true containers: - - image: k8s.gcr.io/ingress-gce-glbc-amd64:v1.2.2 + - image: k8s.gcr.io/ingress-gce-glbc-amd64:v1.2.3 livenessProbe: httpGet: path: /healthz