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

kubernetes-sigs / lws / 29874986269
58%

Build:
DEFAULT BRANCH: main
Ran 21 Jul 2026 10:50PM UTC
Jobs 1
Files 27
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

21 Jul 2026 10:47PM UTC coverage: 57.578%. Remained the same
29874986269

push

github

web-flow
docs: document safe Helm upgrade path for CRDs (#883)

* docs: document safe Helm upgrade path for CRDs

Helm installs files under the chart's crds/ directory only on the
initial install and never updates or deletes them on helm upgrade, so
CRD schema changes and newly added CRDs do not reach existing releases
through helm upgrade alone.

Document the supported in-place upgrade procedure in both the chart
README and the site installation docs: apply the CRDs with
kubectl apply --server-side --force-conflicts before running
helm upgrade, covering both the leaderworkerset and disaggregatedset
CRDs. Also warn against the uninstall-then-install workaround, which
deletes the CRDs and cascades to the deletion of all custom resources.

* docs: correct inaccurate uninstall note for crds/-directory CRDs

Helm never updates or deletes CRDs placed in the crds/ directory —
they are outside the release manifest, so helm upgrade and helm uninstall
leave them untouched. The previous Note incorrectly claimed that
`helm uninstall` would delete the CRDs. Update both the Helm chart README
and the installation guide to reflect actual Helm behavior.

* docs: document one-time keep annotation for pre-v0.8.0 Helm upgrades

2344 of 4071 relevant lines covered (57.58%)

46.41 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29874986269.1 21 Jul 2026 10:50PM UTC 27
57.58
GitHub Action Run
Source Files on build 29874986269
  • Tree
  • List 27
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 08183d15 on github
  • Prev Build on main (#29873736264)
  • Next Build on main (#30091487954)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc