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:
The artifacts should be linked in subsequent comments.
What would you like to be added: Add a new field to make it possible to scale DisaggregatedSet unit
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:
The artifacts should be linked in subsequent comments.