Release nginx ingress controller 0.9-beta.7
This commit is contained in:
parent
cc1a560585
commit
6563330d2b
20 changed files with 28 additions and 20 deletions
|
@ -1,5 +1,13 @@
|
||||||
Changelog
|
Changelog
|
||||||
|
|
||||||
|
### 0.9-beta.7
|
||||||
|
|
||||||
|
**Image:** `gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.7`
|
||||||
|
|
||||||
|
*Changes:*
|
||||||
|
|
||||||
|
- [X] [#777](https://github.com/kubernetes/ingress/pull/777) Update sniff parser to fix index out of bound error
|
||||||
|
|
||||||
### 0.9-beta.6
|
### 0.9-beta.6
|
||||||
|
|
||||||
**Image:** `gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.6`
|
**Image:** `gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.6`
|
||||||
|
@ -49,7 +57,7 @@ Changelog
|
||||||
|
|
||||||
### 0.9-beta.5
|
### 0.9-beta.5
|
||||||
|
|
||||||
**Image:** `gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.6`
|
**Image:** `gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.7`
|
||||||
|
|
||||||
*Changes:*
|
*Changes:*
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ all: push
|
||||||
BUILDTAGS=
|
BUILDTAGS=
|
||||||
|
|
||||||
# Use the 0.0 tag for testing, it shouldn't clobber any release builds
|
# Use the 0.0 tag for testing, it shouldn't clobber any release builds
|
||||||
RELEASE?=0.9.0-beta.6
|
RELEASE?=0.9.0-beta.7
|
||||||
PREFIX?=gcr.io/google_containers/nginx-ingress-controller
|
PREFIX?=gcr.io/google_containers/nginx-ingress-controller
|
||||||
GOOS?=linux
|
GOOS?=linux
|
||||||
DOCKER?=gcloud docker --
|
DOCKER?=gcloud docker --
|
||||||
|
|
|
@ -259,7 +259,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
terminationGracePeriodSeconds: 60
|
terminationGracePeriodSeconds: 60
|
||||||
containers:
|
containers:
|
||||||
- image: gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.6
|
- image: gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.7
|
||||||
name: ingress-nginx
|
name: ingress-nginx
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
|
|
|
@ -101,7 +101,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
terminationGracePeriodSeconds: 60
|
terminationGracePeriodSeconds: 60
|
||||||
containers:
|
containers:
|
||||||
- image: gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.6
|
- image: gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.7
|
||||||
name: ingress-nginx
|
name: ingress-nginx
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
|
|
|
@ -19,7 +19,7 @@ spec:
|
||||||
# hostNetwork: true
|
# hostNetwork: true
|
||||||
terminationGracePeriodSeconds: 60
|
terminationGracePeriodSeconds: 60
|
||||||
containers:
|
containers:
|
||||||
- image: gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.6
|
- image: gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.7
|
||||||
name: nginx-ingress-controller
|
name: nginx-ingress-controller
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
|
|
|
@ -22,7 +22,7 @@ spec:
|
||||||
# hostNetwork: true
|
# hostNetwork: true
|
||||||
terminationGracePeriodSeconds: 60
|
terminationGracePeriodSeconds: 60
|
||||||
containers:
|
containers:
|
||||||
- image: gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.6
|
- image: gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.7
|
||||||
name: nginx-ingress-controller
|
name: nginx-ingress-controller
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
|
|
|
@ -16,7 +16,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
terminationGracePeriodSeconds: 60
|
terminationGracePeriodSeconds: 60
|
||||||
containers:
|
containers:
|
||||||
- image: gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.6
|
- image: gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.7
|
||||||
name: nginx-ingress-lb
|
name: nginx-ingress-lb
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
|
|
|
@ -19,7 +19,7 @@ spec:
|
||||||
# hostNetwork: true
|
# hostNetwork: true
|
||||||
terminationGracePeriodSeconds: 60
|
terminationGracePeriodSeconds: 60
|
||||||
containers:
|
containers:
|
||||||
- image: gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.6
|
- image: gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.7
|
||||||
name: nginx-ingress-controller
|
name: nginx-ingress-controller
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
|
|
|
@ -16,7 +16,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
terminationGracePeriodSeconds: 60
|
terminationGracePeriodSeconds: 60
|
||||||
containers:
|
containers:
|
||||||
- image: gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.6
|
- image: gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.7
|
||||||
name: nginx-ingress-lb
|
name: nginx-ingress-lb
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
|
|
|
@ -22,7 +22,7 @@ spec:
|
||||||
# hostNetwork: true
|
# hostNetwork: true
|
||||||
terminationGracePeriodSeconds: 60
|
terminationGracePeriodSeconds: 60
|
||||||
containers:
|
containers:
|
||||||
- image: gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.6
|
- image: gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.7
|
||||||
name: nginx-ingress-controller
|
name: nginx-ingress-controller
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
|
|
|
@ -19,7 +19,7 @@ spec:
|
||||||
# hostNetwork: true
|
# hostNetwork: true
|
||||||
terminationGracePeriodSeconds: 60
|
terminationGracePeriodSeconds: 60
|
||||||
containers:
|
containers:
|
||||||
- image: gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.6
|
- image: gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.7
|
||||||
name: nginx-ingress-controller
|
name: nginx-ingress-controller
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
|
|
|
@ -16,7 +16,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
terminationGracePeriodSeconds: 60
|
terminationGracePeriodSeconds: 60
|
||||||
containers:
|
containers:
|
||||||
- image: gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.6
|
- image: gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.7
|
||||||
name: nginx-ingress-lb
|
name: nginx-ingress-lb
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
|
|
|
@ -71,7 +71,7 @@ spec:
|
||||||
hostNetwork: true
|
hostNetwork: true
|
||||||
terminationGracePeriodSeconds: 60
|
terminationGracePeriodSeconds: 60
|
||||||
containers:
|
containers:
|
||||||
- image: gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.6
|
- image: gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.7
|
||||||
name: nginx-ingress-controller
|
name: nginx-ingress-controller
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
|
|
|
@ -22,7 +22,7 @@ spec:
|
||||||
# hostNetwork: true
|
# hostNetwork: true
|
||||||
terminationGracePeriodSeconds: 60
|
terminationGracePeriodSeconds: 60
|
||||||
containers:
|
containers:
|
||||||
- image: gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.6
|
- image: gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.7
|
||||||
name: nginx-ingress-controller
|
name: nginx-ingress-controller
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
|
|
|
@ -14,7 +14,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
terminationGracePeriodSeconds: 60
|
terminationGracePeriodSeconds: 60
|
||||||
containers:
|
containers:
|
||||||
- image: gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.6
|
- image: gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.7
|
||||||
name: nginx-ingress-controller
|
name: nginx-ingress-controller
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
|
|
|
@ -18,7 +18,7 @@ spec:
|
||||||
# hostNetwork: true
|
# hostNetwork: true
|
||||||
terminationGracePeriodSeconds: 60
|
terminationGracePeriodSeconds: 60
|
||||||
containers:
|
containers:
|
||||||
- image: gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.6
|
- image: gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.7
|
||||||
name: nginx-ingress-controller
|
name: nginx-ingress-controller
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
|
|
|
@ -47,7 +47,7 @@ nginx-ingress-controller 1 1 1 3m
|
||||||
$ kubectl -n kube-system describe rc nginx-ingress-controller
|
$ kubectl -n kube-system describe rc nginx-ingress-controller
|
||||||
Name: nginx-ingress-controller
|
Name: nginx-ingress-controller
|
||||||
Namespace: kube-system
|
Namespace: kube-system
|
||||||
Image(s): gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.6
|
Image(s): gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.7
|
||||||
Selector: k8s-app=nginx-tcp-ingress-lb
|
Selector: k8s-app=nginx-tcp-ingress-lb
|
||||||
Labels: k8s-app=nginx-ingress-lb
|
Labels: k8s-app=nginx-ingress-lb
|
||||||
Annotations: <none>
|
Annotations: <none>
|
||||||
|
|
|
@ -17,7 +17,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
terminationGracePeriodSeconds: 60
|
terminationGracePeriodSeconds: 60
|
||||||
containers:
|
containers:
|
||||||
- image: gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.6
|
- image: gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.7
|
||||||
name: nginx-tcp-ingress-lb
|
name: nginx-tcp-ingress-lb
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
|
|
|
@ -53,7 +53,7 @@ nginx-udp-ingress-controller 1 1 1 13m
|
||||||
$ kubectl -n kube-system describe rc nginx-udp-ingress-controller
|
$ kubectl -n kube-system describe rc nginx-udp-ingress-controller
|
||||||
Name: nginx-udp-ingress-controller
|
Name: nginx-udp-ingress-controller
|
||||||
Namespace: kube-system
|
Namespace: kube-system
|
||||||
Image(s): gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.6
|
Image(s): gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.7
|
||||||
Selector: k8s-app=nginx-udp-ingress-lb
|
Selector: k8s-app=nginx-udp-ingress-lb
|
||||||
Labels: k8s-app=nginx-udp-ingress-lb
|
Labels: k8s-app=nginx-udp-ingress-lb
|
||||||
Annotations: <none>
|
Annotations: <none>
|
||||||
|
|
|
@ -17,7 +17,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
terminationGracePeriodSeconds: 60
|
terminationGracePeriodSeconds: 60
|
||||||
containers:
|
containers:
|
||||||
- image: gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.6
|
- image: gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.7
|
||||||
name: nginx-udp-ingress-lb
|
name: nginx-udp-ingress-lb
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
|
|
Loading…
Reference in a new issue