Bump GLBC version to 0.9.5

This commit is contained in:
Nick Sardo 2017-06-14 18:01:32 -07:00
parent e9871ffaad
commit 8c69bd90b5
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.4
l7-lb-controller gcr.io/google_containers/glbc:0.9.5
$ kubectl delete rc glbc
replicationcontroller "glbc" deleted