Commit 37ed2273 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #47468 from nicksardo/gclb-0.9.4

Automatic merge from submit-queue (batch tested with PRs 47302, 47389, 47402, 47468, 47459) [GCE] Bump GLBC version to 0.9.4 Fixes #47273 /assign @bowei /sig network /area platform/gce **Release note**: ```release-note Bump GLBC version to 0.9.4 ```
parents 38fa5dc3 a340d2fc
apiVersion: v1 apiVersion: v1
kind: Pod kind: Pod
metadata: metadata:
name: l7-lb-controller-v0.9.3 name: l7-lb-controller-v0.9.4
namespace: kube-system namespace: kube-system
labels: labels:
k8s-app: glbc k8s-app: glbc
version: v0.9.3 version: v0.9.4
kubernetes.io/cluster-service: "true" kubernetes.io/cluster-service: "true"
kubernetes.io/name: "GLBC" kubernetes.io/name: "GLBC"
spec: spec:
terminationGracePeriodSeconds: 600 terminationGracePeriodSeconds: 600
hostNetwork: true hostNetwork: true
containers: containers:
- image: gcr.io/google_containers/glbc:0.9.3 - image: gcr.io/google_containers/glbc:0.9.4
livenessProbe: livenessProbe:
httpGet: httpGet:
path: /healthz path: /healthz
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment