• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

kubernetes-sigs / karpenter / 29339497159
82%
main: 82%

Build:
Build:
LAST BUILD BRANCH: upgrade-kwok-v0.8.0
DEFAULT BRANCH: main
Ran 14 Jul 2026 02:21PM UTC
Jobs 1
Files 179
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

14 Jul 2026 02:07PM UTC coverage: 82.305% (+0.01%) from 82.293%
29339497159

Pull #3139

github

heyrobertchang
fix: treat empty feature gate values as unset instead of panicking

Helm renders unset featureGates keys as empty values (e.g. NodeOverlay=),
most commonly when `helm upgrade --reuse-values` drops defaults added in
newer chart versions, which crashed the controller at startup with
`strconv.ParseBool: parsing "": invalid syntax`. ParseFeatureGates now
falls back to the gate's default and prints a warning to stderr (the
logger is not constructed yet at parse time), while genuinely malformed
input still fails hard.

Also adds the staticCapacity and capacityBuffer defaults to the kwok
chart values, which were referenced by the deployment template but never
defined, so a default install rendered empty values and hit the same
panic.
Pull Request #3139: fix: treat empty feature gate values as unset instead of panicking

8 of 8 new or added lines in 1 file covered. (100.0%)

7 existing lines in 1 file now uncovered.

16447 of 19983 relevant lines covered (82.3%)

98670.54 hits per line

Coverage Regressions

Lines Coverage ∆ File
7
88.76
-7.87% pkg/controllers/provisioning/scheduling/preferences.go
Jobs
ID Job ID Ran Files Coverage
1 29339497159.1 14 Jul 2026 02:21PM UTC 179
82.3
GitHub Action Run
Source Files on build 29339497159
  • Tree
  • List 179
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #3139
  • PR Base - main (#29101694705)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc