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