Merged
Conversation
piyush-jena
reviewed
Sep 10, 2024
sources/settings-migrations/v1.23.0/kubelet-device-plugin-metadata/Cargo.toml
Outdated
Show resolved
Hide resolved
piyush-jena
reviewed
Sep 10, 2024
sources/settings-migrations/v1.23.0/kubelet-device-plugin-settings/Cargo.toml
Outdated
Show resolved
Hide resolved
piyush-jena
reviewed
Sep 10, 2024
sources/settings-migrations/v1.23.0/nvidia-container-runtime-metadata/Cargo.toml
Outdated
Show resolved
Hide resolved
piyush-jena
reviewed
Sep 10, 2024
sources/settings-migrations/v1.23.0/nvidia-container-runtime-settings/Cargo.toml
Outdated
Show resolved
Hide resolved
piyush-jena
reviewed
Sep 10, 2024
cc357d4 to
d8b052f
Compare
Contributor
Author
|
(forced push includes rebase) |
d8b052f to
b6363e7
Compare
Contributor
Author
|
Forced push includes:
|
b6363e7 to
88e76ab
Compare
Contributor
Author
|
(rebased develop and drop hack commit) |
Signed-off-by: Arnaldo Garcia Rincon <agarrcia@amazon.com>
Add settings defaults for nvidia-container-runtime and kubelet-device-plugin Signed-off-by: Arnaldo Garcia Rincon <agarrcia@amazon.com>
Signed-off-by: Arnaldo Garcia Rincon <agarrcia@amazon.com>
Signed-off-by: Arnaldo Garcia Rincon <agarrcia@amazon.com>
88e76ab to
d3d8b35
Compare
Contributor
Author
|
Forced push fixes the settings plugins definitions for |
ginglis13
approved these changes
Sep 12, 2024
| @@ -0,0 +1,19 @@ | |||
| [package] | |||
| name = "settings-plugin-aws-k8s-nvidia" | |||
| version = "0.1.0" | |||
Contributor
There was a problem hiding this comment.
should we add authors here?
| [package] | ||
| name = "nvidia-container-runtime-settings" | ||
| version = "0.1.0" | ||
| authors = ["Monirul Islam <monirulu@amazon.com>"] |
Contributor
There was a problem hiding this comment.
slight nit, should @arnaldo2792 be a listed author as well? (and for other crates added in this PR)
Contributor
Author
There was a problem hiding this comment.
I wanted to keep the ownership of the work since the commits will have my name. My changes to that code were minimal 👍
1 task
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.
Issue number:
N / A
Description of changes:
This includes two new APIs to all the NVIDIA variants:
settings.nvidia-container-runtime: used to configure the NVIDIA container toolkit behaviorsettings.kubelet-device-plugin.nvidia: used to expose configurations for the NVIDIA k8s device pluginTesting done:
As part of bottlerocket-os/bottlerocket-settings-sdk#60 and bottlerocket-os/bottlerocket-core-kit#132
NVIDIA_VISIBLE_DEVICES=allcan access all GPUs when the configurations to allow this are set.Terms of contribution:
By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.