feat(dpf operator): dpu service charts#414
Open
FrankSpitulski wants to merge 2 commits intoNVIDIA:mainfrom
Open
feat(dpf operator): dpu service charts#414FrankSpitulski wants to merge 2 commits intoNVIDIA:mainfrom
FrankSpitulski wants to merge 2 commits intoNVIDIA:mainfrom
Conversation
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
65759db to
df829e9
Compare
chet
approved these changes
Feb 28, 2026
Collaborator
|
It'd be better if we could use a distroess container; but probably wouldn't block on this. cc @ianderson-nvidia who did that work for the control plane stuff. |
Contributor
Author
made the regular packages distroless. otel uses shell scripts so I left that one. if satisfied please merge, as I lack permissions to merge even when the PR is approved. |
Contributor
Author
|
the CI appears to be failing on a flaky test. "monitor_ib_status_and_fix_incorrect_pkey_associations" |
Signed-off-by: fspitulski <fspitulski@nvidia.com>
Signed-off-by: fspitulski <fspitulski@nvidia.com>
740e99f to
b2fdd7c
Compare
wminckler
approved these changes
Mar 4, 2026
chet
approved these changes
Mar 4, 2026
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.
Description
part 3, adding in dpu service charts
I kept these separate from the carbide charts since these are not deployed as part of carbide, rather they are deployed in the dpu cluster.
these charts follow the dpu service reqs to respond to dpf operator triggered helm values.
this is a lift from the binaries directly into a "default" container+chart to give us a place to start. I expect these will need to be wired together in future commits.
Type of Change
Related Issues (Optional)
Breaking Changes
Testing
ran the make targets to build the charts and containers
Additional Notes