Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nginx Ingress Controller v1.0.0 is incompatible with Mojaloop Helm v13.0.x releases #2448

Closed
Tracked by #2459
mdebarros opened this issue Sep 2, 2021 · 2 comments
Closed
Tracked by #2459
Assignees
Labels
bug Something isn't working or it has wrong behavior on a Mojaloop Core service oss-core This is an issue - story or epic related to a feature on a Mojaloop core service or related to it to-be-refined This story is ready to be groomed

Comments

@mdebarros
Copy link
Member

mdebarros commented Sep 2, 2021

Summary:

Nginx Ingress Controller v1.0.0 is incompatible with Mojaloop Helm v13.0.x releases.
Ref: https://kubernetes.io/blog/2021/07/26/update-with-ingress-nginx/

This is due to Nginx Ingress Controller v1.x supports stable K8s APIs for v1.22.x.

A workaround is to install v0.47.0 of the Nginx-Ingress Controller.

If you are using helm, this can be done as follows:

$ helm install ingress-nginx ingress-nginx/ingress-nginx --version="3.33.0"

Severity:
medium

Priority:
medium

Expected Behavior
Mojaloop Helm Charts should support the latest v1.x version of the Nginx Ingress Controller

Steps to Reproduce

  1. Deploy Nginx Ingress Controller v1.0.0
  2. Deploy Mojaloop Helm v13.0.1/2
  3. Ingress's will not be available.

Specifications

  • Component (if known): Mojaloop Helm Charts
  • Version: v13.0.1/2
  • Platform: n/a
  • Subsystem:
  • Type of testing: Manual
  • Bug found/raised by: @tdaly61

Notes:

  • Severity when opened:
  • Priority when opened:
@mdebarros mdebarros added bug Something isn't working or it has wrong behavior on a Mojaloop Core service oss-core This is an issue - story or epic related to a feature on a Mojaloop core service or related to it to-be-refined This story is ready to be groomed labels Sep 2, 2021
@mdebarros mdebarros mentioned this issue Sep 24, 2021
21 tasks
@tdaly61 tdaly61 self-assigned this Mar 31, 2022
@tdaly61
Copy link

tdaly61 commented Aug 10, 2022

hey @mdebarros , do we still need this one given we are moving past the 1.20 and 1.21 releases to 1.22 and beyond where the nginx issues are moot ? I mean apart from documenting the requirements for the older releases (which we may soon not support) then are we ever gonna do anything about this now ?

@elnyry-sam-k
Copy link
Member

This is now resolved in v14.1.0 but might exist in older releases. Can consider it a known issue for older releases.

v14.1.0 is tested with 1.24 of k8s

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working or it has wrong behavior on a Mojaloop Core service oss-core This is an issue - story or epic related to a feature on a Mojaloop core service or related to it to-be-refined This story is ready to be groomed
Projects
None yet
Development

No branches or pull requests

3 participants