feat: Integrate NVIDIA/k8s-device-plugin into Project-HAMi/HAMi #855
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.
Add NVIDIA k8s device plugin as a submodule and implement initial device plugin structure
What type of PR is this?
/kind feature
What this PR does / why we need it:
This pull request integrates the NVIDIA/k8s-device-plugin into the Project-HAMi/HAMi project. The integration involves adding the NVIDIA/k8s-device-plugin repository as a submodule, specifically the release-0.17 branch, and creating a script to update the submodule and copy the necessary files into the appropriate directories within the Project-HAMi/HAMi project.
Changes Made
Add NVIDIA k8s-device-plugin as a Submodule:
Added the NVIDIA/k8s-device-plugin repository as a submodule in the third_party/nvidia/k8s-device-plugin directory.
The submodule points to the release-0.17 branch.
Create Update Script:
Created a script named update_nvidia_plugin.sh to update the submodule to the latest version of the specified branch and copy the necessary files to the project's directories.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: