Skip to content
This repository has been archived by the owner on Apr 8, 2019. It is now read-only.

Reverting nginx 1.12 changes until https://github.com/kubernetes/kube… #181

Merged
merged 1 commit into from
Nov 9, 2018

Conversation

hyperbolic2346
Copy link

What type of PR is this?

Uncomment only one, leave it on its own line:

/kind api-change
/kind bug
/kind cleanup
/kind design
/kind documentation
/kind failing-test
/kind feature
/kind flake

What this PR does / why we need it:
Reverting the nginx bump until kubernetes#70044 is resolved. This bug prevents ingress from coming online after a charm upgrade because the old nginx pods get stuck terminating and hold the ports hostage.
Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #

Special notes for your reviewer:

Does this PR introduce a user-facing change?:

NONE

's390x': 'quay.io/kubernetes-ingress-controller/nginx-ingress-controller-s390x:0.19.0', # noqa
'ppc64el': 'quay.io/kubernetes-ingress-controller/nginx-ingress-controller-ppc64le:0.19.0', # noqa
images = {'amd64': 'quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.16.1', # noqa
'arm64': 'quay.io/kubernetes-ingress-controller/nginx-ingress-controller-arm64:0.16.1', # noqa

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this ingress controller will not work for arm. Have a look at this comment: kubernetes/ingress-nginx#3214 (review) pointing to this bug kubernetes/ingress-nginx#2802 . On microk8s+arm64 I had to revert all the way to tag "0.11.0"

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good to know, thanks. I think we can safely ignore that concern in this PR though.

@Cynerva
Copy link

Cynerva commented Nov 9, 2018

LGTM

@Cynerva Cynerva merged commit aa84314 into master Nov 9, 2018
@Cynerva Cynerva deleted the mwilson/backout-nginx-1.12 branch November 9, 2018 19:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants