[API] Update v1beta1 types, add AcceleratorQuota - #795
Closed
slin1237 wants to merge 1 commit into
Closed
Conversation
Bring the v1beta1 API group up to date and regenerate all derived artifacts. New: - AcceleratorQuota: cluster-scoped accelerator capacity budgets as a single-rooted tree (Cohort / ClusterQueue nodes) materialized into Kueue objects, with per-flavor budgets, explicit or proportional multi-cluster distribution, and observed-capacity reporting. - InferenceReplica ColumnarV2 instance-status encoding: a compact columnar representation of per-Instance status for large components. Updated: - InferenceService spec: typed rollout groups (canary / blueGreen / rollingUpdate progressions with metric-gated analysis steps), traffic policy (load-balancing algorithm, consistent hash, endpoint override), per-Component autoscaler configuration (HPA / KEDA / External / None) with cross-Component scaling policy, multi-cluster placement (Single / All / Split), serving-runtime pinning (autoSync / revision), model overlays, and gang co-location via topologyKey. - InferenceService status: per-Component revision tracking and traffic targets, autoscaler status with a published scale target, canary step state with analysis results, rollout coordination groups, placement status, and migration history. - Lifecycle types: instance update strategies (surge-then-drain, recreate, in-place), restart and readiness policies, migration records, per-revision retry blocks, and durable instance operations. - Model types: sharded distribution with cache status, diffusion pipeline metadata, additional quantization formats; ServingRuntime inheritance status, model cache providers, and accelerator requirements; WorkloadCluster connection sources. - AcceleratorClass status.conditions is now a map list keyed by type, so server-side apply merges conditions correctly. Regenerated: deepcopy and defaulters, clientset / informers / listers, OpenAPI definitions and swagger, and the full and minimal CRD variants (including the Helm chart copies). Co-authored-by: Fan Yang <fanyang.real@gmail.com> Co-authored-by: Wei Huang <1425903+Huang-Wei@users.noreply.github.com>
slin1237
requested review from
CatherineSue,
XinyueZhang369,
beiguo218 and
pallasathena92
as code owners
August 29, 2026 04:05
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (59)
📝 WalkthroughWalkthroughThis change adds the ChangesOME API and CRD updates
Estimated code review effort: 5 (Critical) | ~120 minutes Sequence Diagram(s)sequenceDiagram
participant Controller
participant AcceleratorQuotaClient
participant AcceleratorQuotaInformer
Controller->>AcceleratorQuotaClient: Create or update AcceleratorQuota
AcceleratorQuotaClient->>AcceleratorQuotaInformer: List and watch acceleratorquotas
AcceleratorQuotaInformer-->>Controller: Deliver AcceleratorQuota objects
Suggested reviewers: ✨ Finishing Touches 💡 1⚔️ Resolve merge conflicts 💡
📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bring the v1beta1 API group up to date and regenerate all derived artifacts.
New:
Updated:
Regenerated: deepcopy and defaulters, clientset / informers / listers, OpenAPI definitions and swagger, and the full and minimal CRD variants (including the Helm chart copies).
What this PR does
Why we need it
Fixes #
How to test
Checklist
make testpasses locallySummary by CodeRabbit
New Features
Changes