Bump GLBC version to 0.9.6

This commit is contained in:
Nick Sardo 2017-08-02 20:49:35 -07:00
parent 1045e432c7
commit ecac1bf213
4 changed files with 7 additions and 7 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.9.5
l7-lb-controller gcr.io/google_containers/glbc:0.9.6
$ kubectl delete rc glbc
replicationcontroller "glbc" deleted