Project-HAMi / HAMi

Heterogeneous AI Computing Virtualization Middleware
http://project-hami.io/
Apache License 2.0
442 stars 111 forks source link

fix nvidia device plugin nodename init sort error #287

Closed wawa0210 closed 1 month ago

wawa0210 commented 1 month ago

What type of PR is this? /kind bug

What this PR does / why we need it:

HAMi use util.NodeName before init. we need init first

image

Which issue(s) this PR fixes: Fixes #

Special notes for your reviewer:

Does this PR introduce a user-facing change?:

github-actions[bot] commented 1 month ago

Hi @wawa0210, Thanks for your pull request! If the PR is ready, use the /auto-cc command to assign Reviewer to Review. We will review it shortly.

Details Instructions for interacting with me using comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the [gh-ci-bot](https://github.com/clusterpedia-io/gh-ci-bot) repository.
lengrongfu commented 1 month ago

Thanks your fix.