Bump glbc version to 0.8.0

This commit is contained in:
bprashanth 2016-09-21 17:33:14 -07:00
parent 73e22a50d2
commit 8c770ba384
3 changed files with 3 additions and 3 deletions

View file

@ -327,7 +327,7 @@ So simply delete the replication controller:
$ kubectl get rc glbc
CONTROLLER CONTAINER(S) IMAGE(S) SELECTOR REPLICAS AGE
glbc default-http-backend gcr.io/google_containers/defaultbackend:1.0 k8s-app=glbc,version=v0.5 1 2m
l7-lb-controller gcr.io/google_containers/glbc:0.6.0
l7-lb-controller gcr.io/google_containers/glbc:0.8.0
$ kubectl delete rc glbc
replicationcontroller "glbc" deleted

View file

@ -60,7 +60,7 @@ const (
alphaNumericChar = "0"
// Current docker image version. Only used in debug logging.
imageVersion = "glbc:0.7.1"
imageVersion = "glbc:0.8.0"
// Key used to persist UIDs to configmaps.
uidConfigMapName = "ingress-uid"

View file

@ -61,7 +61,7 @@ spec:
requests:
cpu: 10m
memory: 20Mi
- image: gcr.io/google_containers/glbc:0.6.2
- image: gcr.io/google_containers/glbc:0.8.0
livenessProbe:
httpGet:
path: /healthz