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

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

Build:
Build:
LAST BUILD BRANCH: upgrade-kwok-v0.8.0
DEFAULT BRANCH: main
Ran 14 Jul 2026 12:12PM 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 11:53AM UTC coverage: 82.319% (+0.03%) from 82.293%
29330629224

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

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

7 existing lines in 1 file now uncovered.

16454 of 19988 relevant lines covered (82.32%)

98261.5 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 29330629224.1 14 Jul 2026 12:12PM UTC 179
82.32
GitHub Action Run
Source Files on build 29330629224
  • Tree
  • List 179
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
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