Skip to content

feat: Add helm values for cert-generator job pod placement #3494

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

Merged
merged 1 commit into from
Jun 11, 2025

Conversation

salonichf5
Copy link
Contributor

Cherry pick commit for release 2.0.1

Expose cert-generator Job pod scheduling values.

Problem: Deploying the new version 2.0.0 chart we see the Job/foo-cert-generator pod stuck on pending scheduling when all cluster nodes have taints.

Solution: Add the ability to inject job.spec.template.spec.{affinity,nodeSelector,tolerations,topologySpreadConstraints} to alter pod placement. If you prefer to only add a subset of these, like only tolerations was needed in my case, please do inform and I can adjust.
@salonichf5 salonichf5 requested review from a team as code owners June 11, 2025 15:42
@salonichf5 salonichf5 changed the base branch from main to release-2.0 June 11, 2025 15:42
@github-actions github-actions bot added documentation Improvements or additions to documentation enhancement New feature or request helm-chart Relates to helm chart labels Jun 11, 2025
@sjberman sjberman removed the enhancement New feature or request label Jun 11, 2025
@salonichf5 salonichf5 enabled auto-merge (squash) June 11, 2025 17:41
@sjberman sjberman disabled auto-merge June 11, 2025 18:07
@sjberman sjberman removed the request for review from a team June 11, 2025 18:07
@sjberman sjberman closed this Jun 11, 2025
@github-project-automation github-project-automation bot moved this from 🆕 New to ✅ Done in NGINX Gateway Fabric Jun 11, 2025
@sjberman sjberman reopened this Jun 11, 2025
@github-project-automation github-project-automation bot moved this from ✅ Done to 🆕 New in NGINX Gateway Fabric Jun 11, 2025
@github-actions github-actions bot added the enhancement New feature or request label Jun 11, 2025
@sjberman sjberman removed the enhancement New feature or request label Jun 11, 2025
@sjberman sjberman enabled auto-merge (squash) June 11, 2025 18:09
Copy link

codecov bot commented Jun 11, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.74%. Comparing base (179a5ea) to head (3c0f003).
Report is 1 commits behind head on release-2.0.

Additional details and impacted files
@@             Coverage Diff              @@
##           release-2.0    #3494   +/-   ##
============================================
  Coverage        86.74%   86.74%           
============================================
  Files              127      127           
  Lines            15079    15079           
  Branches            62       62           
============================================
  Hits             13081    13081           
  Misses            1845     1845           
  Partials           153      153           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@sjberman sjberman merged commit 92aa93b into release-2.0 Jun 11, 2025
50 checks passed
@sjberman sjberman deleted the feat/helm-cert-manager branch June 11, 2025 18:35
@github-project-automation github-project-automation bot moved this from 🆕 New to ✅ Done in NGINX Gateway Fabric Jun 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation helm-chart Relates to helm chart release-notes
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

4 participants