fix(gpu): consider other node constraints when scheduling pod#2653
Merged
fix(gpu): consider other node constraints when scheduling pod#2653
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
eball
approved these changes
Mar 10, 2026
eball
added a commit
that referenced
this pull request
Mar 10, 2026
eball
added a commit
that referenced
this pull request
Mar 11, 2026
* main: (47 commits) fix: occasional invalid format because of assert column type failed (#2655) fix(gpu): consider other node constraints when scheduling pod (#2653) daemon: replace CPU info retrieval with a new utility function (#2652) feat(olares-app): update version to v1.9.15 (#2650) olares: update init-check host values to use full domain in deployment configurations (#2647) settings: fix backer data error, hide GPU page single model switch & add refresh (#2642) docs: fix olares uninstall command (#2649) Fix button cursor class and add missing styles Update .gitignore to remove apps/packages Update DEV_DOMAIN in .env file docs: refactor and update OpenClaw tutorial (#2645) Pointer cursor on market carousel, clear all notification button docs: add ZH version for troubleshooting topic (#2641) docs: update shields images and architecture link in README (#2637) docs: add known issue for initial setup failure at 9% (#2639) docs: add troubleshooting topic for network not ready (#2636) docs: add troubleshooting guide for system error in LarePass (#2618) feat(olares-app): update version to v1.9.13 (#2634) fix(cli): clear master host config when preparing (#2633) fix(daemon): improve host IP validation and error handling in CheckCurrentStatus (#2632) ...
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.
Background
Currently, the scheduling process does not take into consideration of some node constraints specified by the pod such as node affinity, these are now considered at the cost of ignoring potential GPUBindings.
Target Version for Merge
1.12.5, 1.12.6
Related Issues
none
PRs Involving Sub-Systems
fix(scheduler): consider other node constraints when scheduling pod HAMi#15
Other information:
none
Note
Low Risk
Low risk: this PR only updates configuration to pull
beclab/hamiv2.6.12 (from v2.6.11) with no code or behavior changes in this repo beyond the deployed image version.Overview
Updates the HAMi deployment/config to use v2.6.12 instead of v2.6.11 by bumping the chart
versioninvalues.yamland the prebuilt container reference inOlares.yaml.Written by Cursor Bugbot for commit bdc542a. This will update automatically on new commits. Configure here.