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

kubernetes-sigs / lws / 23612562239
40%

Build:
DEFAULT BRANCH: main
Ran 26 Mar 2026 06:58PM UTC
Jobs 1
Files 17
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

26 Mar 2026 06:56PM UTC coverage: 40.386%. Remained the same
23612562239

push

github

web-flow
KEP-766: Add DisaggregatedSet proposal (#767)

* KEP-766: DisaggregatedSet proposal

DisaggregatedSet is a higher-level CRD that orchestrates multiple
LeaderWorkerSets for disaggregated inference workloads (e.g., prefill
and decode phases running on separate infrastructure).

Key features:
- Manages 2-10 phases as a single logical unit
- N-dimensional coordinated rolling updates using linear interpolation
- Auto-created headless Services per phase per revision for load
  balancer integration (e.g., llm-d can count pods per revision to
  route traffic proportionally)

* Update KEP-766: rename phase to role

Rename all API terminology from "phase" to "role" throughout the KEP:
- DisaggregatedPhaseSpec → DisaggregatedRoleSpec
- spec.phases → spec.roles
- disaggregatedset.x-k8s.io/phase → disaggregatedset.x-k8s.io/role
- Update all documentation references

The term "role" better describes the semantic meaning (prefill, decode, etc.)
and aligns with common usage in disaggregated inference literature.

Note: "phases of inference" in the motivation section is retained as it
refers to the actual LLM inference phases, not the API terminology.

* Add LeaderWorkerSetTemplateSpec type to KEP

Use LeaderWorkerSetTemplateSpec (similar to PodTemplateSpec) instead of
embedding LeaderWorkerSetSpec directly. This type needs to be added to
the LWS API and contains metadata + spec fields.

983 of 2434 relevant lines covered (40.39%)

2.94 hits per line

Jobs
ID Job ID Ran Files Coverage
1 23612562239.1 26 Mar 2026 06:58PM UTC 17
40.39
GitHub Action Run
Source Files on build 23612562239
  • Tree
  • List 17
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 4f5dc0e8 on github
  • Prev Build on main (#23610471983)
  • Next Build on main (#23614834444)
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