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

fix(nginx): set service-upstream to "true" #532

Merged
merged 1 commit into from
Aug 22, 2022
Merged

Conversation

hazzadous
Copy link
Contributor

Instead of having NGINX maintain it's own list of upstreams, we want it
instead to use the service ClusterIP such that k8s can handle e.g. cases
where pods are evicted.

Without this we end up with 5xx errors e.g. on deploys. See
kubernetes/ingress-nginx#257 for more details.

Description

Type of change

  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

How has this been tested?

Checklist

  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works

Instead of having NGINX maintain it's own list of upstreams, we want it
instead to use the service ClusterIP such that k8s can handle e.g. cases
where pods are evicted.

Without this we end up with 5xx errors e.g. on deploys. See
kubernetes/ingress-nginx#257 for more details.
@hazzadous hazzadous requested a review from ellie August 17, 2022 14:50
@guidoiaquinti
Copy link
Contributor

Good 🔎 team (part #2). Good to confirm that's what we've suspected yesterday 💪

@hazzadous hazzadous added bump patch Updates chart version by 0.0.1 bump minor Updates the chart version by 0.1.0 and removed bump patch Updates chart version by 0.0.1 labels Aug 22, 2022
@hazzadous hazzadous merged commit 249f62e into main Aug 22, 2022
@hazzadous hazzadous deleted the fix/use-service-upstream branch August 22, 2022 10:23
hazzadous added a commit that referenced this pull request Aug 24, 2022
hazzadous pushed a commit that referenced this pull request Aug 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bump minor Updates the chart version by 0.1.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants