From f32f0fb3370351df002c335da40c885b045a75df Mon Sep 17 00:00:00 2001 From: Nick Sardo Date: Tue, 3 Apr 2018 11:43:43 -0700 Subject: [PATCH] Update GLBC manifest to v1.0.1 --- 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 5a32fcbf9f565..e7a69b85996b7 100644 --- a/cluster/gce/manifests/glbc.manifest +++ b/cluster/gce/manifests/glbc.manifest @@ -1,19 +1,19 @@ apiVersion: v1 kind: Pod metadata: - name: l7-lb-controller-v0.9.8-alpha.2 + name: l7-lb-controller-v1.0.1 namespace: kube-system annotations: scheduler.alpha.kubernetes.io/critical-pod: '' labels: k8s-app: gcp-lb-controller - version: v0.9.8-alpha.2 + version: v1.0.1 kubernetes.io/name: "GLBC" spec: terminationGracePeriodSeconds: 600 hostNetwork: true containers: - - image: k8s.gcr.io/ingress-gce-glbc-amd64:1.0.0 + - image: k8s.gcr.io/ingress-gce-glbc-amd64:v1.0.1 livenessProbe: httpGet: path: /healthz