Doc changes for version bump

This commit is contained in:
Nick Sardo 2017-04-27 17:16:09 -07:00
parent c8a9385d04
commit 3ac784a7ec
4 changed files with 8 additions and 7 deletions

View file

@ -1,7 +1,7 @@
all: push
# 0.0 shouldn't clobber any released builds
TAG = 0.9.2
TAG = 0.9.3
PREFIX = gcr.io/google_containers/glbc
server:

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.2
l7-lb-controller gcr.io/google_containers/glbc:0.9.3
$ kubectl delete rc glbc
replicationcontroller "glbc" deleted

View file

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

View file

@ -24,18 +24,18 @@ metadata:
name: l7-lb-controller
labels:
k8s-app: glbc
version: v0.9.1
version: v0.9.3
spec:
# There should never be more than 1 controller alive simultaneously.
replicas: 1
selector:
k8s-app: glbc
version: v0.9.1
version: v0.9.3
template:
metadata:
labels:
k8s-app: glbc
version: v0.9.1
version: v0.9.3
name: glbc
spec:
terminationGracePeriodSeconds: 600
@ -61,7 +61,7 @@ spec:
requests:
cpu: 10m
memory: 20Mi
- image: gcr.io/google_containers/glbc:0.9.2
- image: gcr.io/google_containers/glbc:0.9.3
livenessProbe:
httpGet:
path: /healthz
@ -78,5 +78,6 @@ spec:
cpu: 100m
memory: 50Mi
args:
- --apiserver-host=http://localhost:8080
- --default-backend-service=default/default-http-backend
- --sync-period=300s