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

Azure / karpenter-provider-azure / 23126204932
94%
main: 94%

Build:
Build:
LAST BUILD BRANCH: matthchr/skus-controller
DEFAULT BRANCH: main
Ran 16 Mar 2026 03:22AM UTC
Jobs 1
Files 155
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

16 Mar 2026 03:06AM UTC coverage: 93.854%. Remained the same
23126204932

Pull #1521

github

comtalyst
fix: correct allowedUnsafeSysctls validation to match RP patterns exactly

The previous regex pattern `^(kernel\.(shm|msg|sem)|fs\.mqueue|net)\..+$`
incorrectly required a dot separator after the namespace prefix, which
rejects valid values like `kernel.shmmax`, `kernel.msgmax`, and
`kernel.sem` that the RP accepts.

Changes:
- Replace non-functional `+kubebuilder:validation:items:Pattern` marker
  (not a valid kubebuilder annotation) with a CEL XValidation rule on
  the kubelet field that iterates array items
- Match the exact 5 RP patterns from customnodeconfigvalidator.go:
  kernel\.shm.+, kernel\.msg.+, kernel\.sem, fs\.mqueue\..+, net\..+
- Fix doc comment example format (was comma-separated string, now JSON
  array matching the actual []string type)

Verified against aks-rp validation at:
  server/validation/customnodeconfig/customnodeconfigvalidator.go:44-50

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Pull Request #1521: fix: add missing CRD validations for cpuCFSQuotaPeriod and allowedUnsafeSysctls

58757 of 62605 relevant lines covered (93.85%)

0.95 hits per line

Jobs
ID Job ID Ran Files Coverage
1 23126204932.1 16 Mar 2026 03:22AM UTC 155
93.85
GitHub Action Run
Source Files on build 23126204932
  • Tree
  • List 155
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #1521
  • PR Base - main (#23029095617)
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