-
Notifications
You must be signed in to change notification settings - Fork 461
Optimize the handling of the return messages of the extender scheduler #908
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Optimize the handling of the return messages of the extender scheduler #908
Conversation
Signed-off-by: rongfu.leng <[email protected]>
Signed-off-by: wawa0210 <[email protected]>
Signed-off-by: wawa0210 <[email protected]>
Signed-off-by: wawa0210 <[email protected]>
Signed-off-by: wawa0210 <[email protected]>
Bumps [github.com/opencontainers/runc](https://github.com/opencontainers/runc) from 1.1.12 to 1.1.14. - [Release notes](https://github.com/opencontainers/runc/releases) - [Changelog](https://github.com/opencontainers/runc/blob/main/CHANGELOG.md) - [Commits](opencontainers/runc@v1.1.12...v1.1.14) --- updated-dependencies: - dependency-name: github.com/opencontainers/runc dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.6.1 to 6.7.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.6.1...v6.7.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: wawa0210 <[email protected]>
Signed-off-by: limengxuan <[email protected]>
Signed-off-by: limengxuan <[email protected]>
Signed-off-by: rongfu.leng <[email protected]>
* fix golang-lint Signed-off-by: limengxuan <[email protected]> * update CodeQL CI Signed-off-by: limengxuan <[email protected]> * update ci and remove unused binary in order to support codeQL Signed-off-by: limengxuan <[email protected]> --------- Signed-off-by: limengxuan <[email protected]>
Signed-off-by: limengxuan <[email protected]>
Signed-off-by: limengxuan <[email protected]>
Signed-off-by: zoyopei <[email protected]>
Signed-off-by: limengxuan <[email protected]>
Signed-off-by: zoyopei <[email protected]>
Signed-off-by: wawa0210 <[email protected]>
Signed-off-by: wawa0210 <[email protected]>
…t-HAMi#508) Signed-off-by: wawa0210 <[email protected]>
Signed-off-by: rongfu.leng <[email protected]>
…late Signed-off-by: wawa0210 <[email protected]>
Signed-off-by: limengxuan <[email protected]>
Signed-off-by: wawa0210 <[email protected]>
fix trivy scan
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.7.0 to 6.8.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.7.0...v6.8.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: limengxuan <[email protected]>
Signed-off-by: Lei Guo <[email protected]> Co-authored-by: Lei Guo <[email protected]>
…patibility with prerelease versions (Project-HAMi#1072) - Updates `kubeVersion` from '>= 1.16.0' to '>= 1.18.0-0' to support GKE pre-release versions like v1.32.3-gke.* - Updates README to reflect the minimum supported Kubernetes version Signed-off-by: Yu Yin <[email protected]> Co-authored-by: Yu Yin <[email protected]>
Signed-off-by: wawa0210 <[email protected]> Signed-off-by: wawa0210 <[email protected]>
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.17.0 to 6.18.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.17.0...v6.18.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 6.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: rongfu.leng <[email protected]>
Signed-off-by: The Anh Nguyen <[email protected]>
…DList Signed-off-by: Shouren Yang <[email protected]>
…ByNode, EncodeContainerDeviceType and PatchPodAnnotations Signed-off-by: Shouren Yang <[email protected]>
* feat: vGPUmonitor support MigInfo metrics Project-HAMi#1043 Signed-off-by: ouyangluwei(riseunion) <[email protected]> * feat: vGPUmonitor support MigInfo metrics Project-HAMi#1043 Signed-off-by: ouyangluwei(riseunion) <[email protected]> --------- Signed-off-by: ouyangluwei(riseunion) <[email protected]> Co-authored-by: ouyangluwei(riseunion) <[email protected]>
Signed-off-by: rongfu.leng <[email protected]>
Signed-off-by: limengxuan <[email protected]>
…#1097) * Optimize Fit-in-device logic to make it device-specific Signed-off-by: limengxuan <[email protected]>
…goroutines.. (Project-HAMi#1088) (Project-HAMi#1095) Signed-off-by: Goend <[email protected]>
- Add configurable node lock timeout parameter to scheduler config - Add --node-lock-timeout flag to scheduler command line options - Change NodeLockTimeout type from int to time.Duration for better type safety - Update command line flag to use DurationVar instead of IntVar - Remove default value description from comment as suggested in code review - Initialize nodelock.NodeLockTimeout from config at startup - Default timeout set to 5 minutes but now can be customized - Support flexible time units (e.g., 30s, 2m, 1h) instead of just minutes - This allows operators to tune lock timeout based on cluster characteristics This addresses code review feedback from wawa0210 regarding: 1. Using proper time.Duration type for timeout configuration 2. Removing redundant default value comments Signed-off-by: Kevinz857 <[email protected]>
Signed-off-by: Goend <[email protected]>
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.30.0 to 0.31.0. - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](aquasecurity/trivy-action@0.30.0...0.31.0) --- updated-dependencies: - dependency-name: aquasecurity/trivy-action dependency-version: 0.31.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
fix golint-CI Signed-off-by: limengxuan <[email protected]>
Signed-off-by: wawa0210 <[email protected]>
Support topology-awareness for Kunlunxin device Signed-off-by: limengxuan <[email protected]>
Signed-off-by: Lei Guo <[email protected]> Co-authored-by: Lei Guo <[email protected]>
Signed-off-by: lixd <[email protected]>
Signed-off-by: learner0810 <[email protected]>
5886aca to
6813254
Compare
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: learner0810 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Codecov Report❌ Patch coverage is
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
What type of PR is this?
/kind flake
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Optimize the handling of the return messages of the extender scheduler
Does this PR introduce a user-facing change?: