From 9450c8a628fc9e8d3e79081c53237810508d8c96 Mon Sep 17 00:00:00 2001 From: Nick Sardo Date: Mon, 12 Feb 2018 14:36:31 -0800 Subject: [PATCH] Bump GLBC to 0.9.8-alpha.2 and change back to --verbose --- cluster/gce/manifests/glbc.manifest | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cluster/gce/manifests/glbc.manifest b/cluster/gce/manifests/glbc.manifest index 3562620d506..2d515751d8a 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.1 + name: l7-lb-controller-v0.9.8-alpha.2 namespace: kube-system annotations: scheduler.alpha.kubernetes.io/critical-pod: '' labels: k8s-app: gcp-lb-controller - version: v0.9.8-alpha.1 + version: v0.9.8-alpha.2 kubernetes.io/name: "GLBC" spec: terminationGracePeriodSeconds: 600 hostNetwork: true containers: - - image: k8s.gcr.io/ingress-gce-glbc-amd64:0.9.8-alpha.1 + - image: k8s.gcr.io/ingress-gce-glbc-amd64:0.9.8-alpha.2 livenessProbe: httpGet: path: /healthz @@ -44,7 +44,7 @@ spec: # TODO: split this out into args when we no longer need to pipe stdout to a file #6428 - sh - -c - - 'exec /glbc -v=3 --apiserver-host=http://localhost:8080 --default-backend-service=kube-system/default-http-backend --sync-period=600s --running-in-cluster=false --use-real-cloud=true --config-file-path=/etc/gce.conf --healthz-port=8086 1>>/var/log/glbc.log 2>&1' + - 'exec /glbc --verbose --apiserver-host=http://localhost:8080 --default-backend-service=kube-system/default-http-backend --sync-period=600s --running-in-cluster=false --use-real-cloud=true --config-file-path=/etc/gce.conf --healthz-port=8086 1>>/var/log/glbc.log 2>&1' volumes: - hostPath: path: /etc/gce.conf