Skip to content

[DisaggregatedSet] Add field to scale disaggregatedSet unit #846

@Edwinhr716

Description

@Edwinhr716

What would you like to be added: Add a new field to make it possible to scale DisaggregatedSet unit

type DisaggregatedSetSpec struct {
	// +optional
	// +kubebuilder:default=1
	Slices *int32 `json:"replicas,omitempty"`
}

Why is this needed: Analogous to LWS replica, we need a way to scale the unit of DisaggregatedSet to deploy the same P/D combination multiple times, instead of needing to deploy a new yaml for the same combination.

Completion requirements:

This enhancement requires the following artifacts:

  • Design doc
  • API change
  • Docs update

The artifacts should be linked in subsequent comments.

Metadata

Metadata

Labels

kind/featureCategorizes issue or PR as related to a new feature.

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions