cheyang
cheyang
### Ⅰ. Describe what this PR does ### Ⅱ. Does this pull request fix one issue? fixes #XXXX ### Ⅲ. List the added test cases (unit test/integration test) if any,...
### Ⅰ. Describe what this PR does ### Ⅱ. Does this pull request fix one issue? fixes #XXXX ### Ⅲ. List the added test cases (unit test/integration test) if any,...
**What feature you'd like to add:** Fluid should support **Node-Specific Restrictions** as outlined in [Kubernetes Enhancement Proposal ENH-4193](https://github.com/kubernetes/enhancements/issues/4193). This feature will enable Fluid components (e.g., Runtime, Controller, CSI Driver) to...
### Ⅰ. Motivation ### Ⅱ. Modifications ### Ⅲ. Does this pull request fix one issue? fixes #XXXX ### Ⅳ. List the added test cases (unit test/integration test) if any, please...
Here is the development roadmap for v0.5.0. Contributions and feedback are welcome. #### Upgrades & Scalability - [x] **In-Place Upgrades** @veophi @Syspretor Enhance support for component updates without pod recreation...
### Checklist - [x] 1. If the issue you raised is not a feature but a question, please raise a discussion at https://github.com/sgl-project/sglang/discussions/new/choose Otherwise, it will be closed. - [x]...
**File**: `pkg/reconciler/instance/utils/instance_utils.go` **Line**: 145 **Rule**: `go/incorrect-integer-conversion` **Severity**: High ### Issue The current implementation converts a string to `int` (architecture-dependent size) and then downcasts to `int32` without bounds checking: ```go list...
**Problem Statement** When deploying large-scale inference services, we repeatedly hit the same pain points: 1. **Config explosion** – every role (prefill / decode) needs its own 200-line YAML. 2. **Copy-paste...
### Ⅰ. Describe what this PR does ### Ⅱ. Does this pull request fix one issue? fixes #XXXX ### Ⅲ. List the added test cases (unit test/integration test) if any,...
# Fluid 1.1.0 Roadmap **Version:** 1.1.0 **Target Release Date:** GA in Q1 2026 ## 1. Vision Transform Fluid into a more extensible, pluggable, and operator-friendly caching and data acceleration platform....