fix: fix duplicate resource keys in configmap - #422
Merged
archlitchi merged 2 commits intoAug 14, 2024
Conversation
Member
|
thanks:), that's a good fix:) |
Member
|
/lgtm |
mesutoezdil
added a commit
to mesutoezdil/HAMi
that referenced
this pull request
Jun 3, 2026
All documentation previously living in docs/ has either been fully migrated to the official website (https://project-hami.io) or moved to a more appropriate location in this repo. The website is now the single source of truth for HAMi user and developer documentation. Deleted (Category 1 - already had equivalents on website): - Device support guides: cambricon, hygon, iluvatar, metax, mthreads, kunlunxin, vastai, enflame-gcu, enflame-vgcu, ascend910b, ascend910-hami-vnpu-core (including all _cn.md pairs) - Installation guides: offline-install, how-to-use-volcano-vgpu, how-to-use-volcano-ascend (including _cn.md pairs) - Configuration and feature docs: config, dashboard, dynamic-mig-support, resource-quota (including _cn.md pairs) - Developer internals: develop/design, develop/protocol, develop/dynamic-mig, develop/scheduler-policy, develop/imgs/ - Historical: CHANGELOG/CHANGELOG-0.0.0.md, mind-map/ Deleted (Category 2 - migrated to website in Project-HAMi/website#423): - benchmark, benchmark_cn - scheduling-policy - how-to-profiling-scheduler, how-to-profiling-scheduler_cn - scheduler-event-log, gpu-dashboard.json - develop/roadmap - proposals/ (nvidia-gpu-topology-scheduler, gpu-topo-policy, e2e_test, gpu_utilization_cn, integrating_hami_vnpu_core_for_virtualization_cn) and related images Moved (Category 3 - internal, not user-facing): - docs/release-process.md -> .github/release-process.md Kept in docs/ (Category 3 - internal references): - docs/audit-report-v290.md - docs/general-technical-review.md Closes Project-HAMi#422 (Phase 2) Signed-off-by: mesutoezdil <mesudozdil@gmail.com>
mesutoezdil
added a commit
to mesutoezdil/HAMi
that referenced
this pull request
Jun 14, 2026
All documentation previously living in docs/ has either been fully migrated to the official website (https://project-hami.io) or moved to a more appropriate location in this repo. The website is now the single source of truth for HAMi user and developer documentation. Deleted (Category 1 - already had equivalents on website): - Device support guides: cambricon, hygon, iluvatar, metax, mthreads, kunlunxin, vastai, enflame-gcu, enflame-vgcu, ascend910b, ascend910-hami-vnpu-core (including all _cn.md pairs) - Installation guides: offline-install, how-to-use-volcano-vgpu, how-to-use-volcano-ascend (including _cn.md pairs) - Configuration and feature docs: config, dashboard, dynamic-mig-support, resource-quota (including _cn.md pairs) - Developer internals: develop/design, develop/protocol, develop/dynamic-mig, develop/scheduler-policy, develop/imgs/ - Historical: CHANGELOG/CHANGELOG-0.0.0.md, mind-map/ Deleted (Category 2 - migrated to website in Project-HAMi/website#423): - benchmark, benchmark_cn - scheduling-policy - how-to-profiling-scheduler, how-to-profiling-scheduler_cn - scheduler-event-log, gpu-dashboard.json - develop/roadmap - proposals/ (nvidia-gpu-topology-scheduler, gpu-topo-policy, e2e_test, gpu_utilization_cn, integrating_hami_vnpu_core_for_virtualization_cn) and related images Moved (Category 3 - internal, not user-facing): - docs/release-process.md -> .github/release-process.md Kept in docs/ (Category 3 - internal references): - docs/audit-report-v290.md - docs/general-technical-review.md Closes Project-HAMi#422 (Phase 2) Signed-off-by: mesutoezdil <mesudozdil@gmail.com>
Closed
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.
What type of PR is this?
/kind bug
What this PR does / why we need it:
fix duplicate resource keys in scheduler's configmap
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?:
No