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

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

Build:
Build:
LAST BUILD BRANCH: upgrade-kwok-v0.8.0
DEFAULT BRANCH: main
Ran 14 Jul 2026 11:42AM 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:23AM UTC coverage: 82.309% (+0.02%) from 82.293%
29328840322

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.

Fixes #3073

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Pull Request #3139: fix: treat empty feature gate values as unset instead of panicking

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

9 existing lines in 2 files now uncovered.

16452 of 19988 relevant lines covered (82.31%)

98175.57 hits per line

Coverage Regressions

Lines Coverage ∆ File
7
88.76
-7.87% pkg/controllers/provisioning/scheduling/preferences.go
2
90.8
-0.5% pkg/controllers/provisioning/scheduling/nodeclaim.go
Jobs
ID Job ID Ran Files Coverage
1 29328840322.1 14 Jul 2026 11:42AM UTC 179
82.31
GitHub Action Run
Source Files on build 29328840322
  • Tree
  • List 179
  • Changed 6
  • Source Changed 0
  • Coverage Changed 6
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