Commit da79e44b authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #33280 from bprashanth/glbc_version_bump

Automatic merge from submit-queue Bump glbc version to 0.8.0 Picks up k8s.io godeps for v1.4 thereby fixing an int overflow bug in the upstream delayed-workqueue pkg. Without this the controller spams logs with retries in the "soft error" case, which is easy to come by when users eg: create ingresses that point to non-exist services. Should go into 1.4.1, because 1.4.0 is pretty much out at this point. https://github.com/kubernetes/kubernetes/issues/33279
parents 6f692932 8736beed
apiVersion: v1
kind: Pod
metadata:
name: l7-lb-controller-v0.7.1
name: l7-lb-controller-v0.8.0
namespace: kube-system
labels:
k8s-app: glbc
version: v0.7.1
version: v0.8.0
kubernetes.io/cluster-service: "true"
kubernetes.io/name: "GLBC"
spec:
terminationGracePeriodSeconds: 600
hostNetwork: true
containers:
- image: gcr.io/google_containers/glbc:0.7.1
- image: gcr.io/google_containers/glbc:0.8.0
livenessProbe:
httpGet:
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