Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding nfd feature rule package and new builder #882

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ggordaniRed
Copy link

@ggordaniRed ggordaniRed commented Jan 21, 2025

Adding new lib,builder,unit tests for nodfeaturerule object

Copy link
Collaborator

@cdvultur cdvultur left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some minor changes

pkg/nfd/nodefeaturerule.go Outdated Show resolved Hide resolved
pkg/nfd/nodefeaturerule.go Outdated Show resolved Hide resolved
pkg/nfd/nodefeaturerule.go Outdated Show resolved Hide resolved
@@ -53,9 +53,9 @@ require (
gopkg.in/k8snetworkplumbingwg/multus-cni.v4 v4.0.2
gopkg.in/yaml.v2 v2.4.0
gorm.io/gorm v1.24.5
k8s.io/api v0.30.5
k8s.io/api v0.30.7
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do the k8s go.mod changes have to happen here? We have an automated job to keep them up to date.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I add new package by run make and make install maybe in the process this lib version changed

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sebrandon1 It seems that NFD is not part of the sync job, thus it is causing this problem. What is currently the procedure? Should @ggordaniRed add config for the sync ?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not entirely sure how that sync all works. @kononovn?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We shouldn't need a sync config for this operator unless it's causing issues with dependencies. There doesn't seem to be any actual changes between 0.30.5 and 0.30.7 of these libraries though

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay sounds good. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants