network driver: add CRDs CiliumNetworkDriverNodeConfig and CiliumNetworkDriverClusterConfig#44033
Merged
pippolo84 merged 2 commits intocilium:feature/dra-driverfrom Feb 3, 2026
Conversation
6b8506b to
8f13111
Compare
Contributor
Author
|
/test |
8f13111 to
b71796b
Compare
Contributor
Author
|
/test |
b71796b to
bed7868
Compare
Contributor
Author
|
/test |
Contributor
Author
|
/ci-l3-l4 |
Contributor
Author
|
/ci-ginkgo |
Contributor
Author
|
/ci-l7 |
Contributor
Author
|
/ci-l3-l4 |
Contributor
Author
|
/ci-l7 |
Contributor
Author
63c1cd0 to
215ff6c
Compare
02404f7 to
379038b
Compare
Contributor
Author
|
/test |
Contributor
Author
|
/ci-kpr |
Contributor
Author
|
/ci-l7 |
Contributor
Author
|
/ci-kpr |
| @@ -38,6 +71,13 @@ type CiliumNetworkDriverConfig struct { | |||
| Spec CiliumNetworkDriverConfigSpec `json:"spec"` | |||
Member
There was a problem hiding this comment.
Now, with my suggestion, the CiliumNetworkDriverConfigSpec includes nodeSelector. It's a bit odd to include the nodeSelector in the NodeConfig. It's a bit annoying, but we should introduce a new struct without the selector.
YutaroHayakawa
approved these changes
Feb 3, 2026
Member
YutaroHayakawa
left a comment
There was a problem hiding this comment.
Otherwise, it looks good to me from the API perspective. Approving here to unblock this, but please fix the last suggestion before you merge. Thanks!
adding the CRD types for both cilium operator and cilium agent, in preparation to add the configuration selection logic to the cilium operator make the `vfCount` field immutable Signed-off-by: Bernardo Soares <20172413+bersoare@users.noreply.github.com>
use the new type for the node specific configuration Signed-off-by: Bernardo Soares <20172413+bersoare@users.noreply.github.com>
379038b to
f60412b
Compare
Contributor
Author
|
@pippolo84 @YutaroHayakawa |
Contributor
Author
|
/test |
Contributor
Author
|
/ci-eks |
Contributor
Author
|
/ci-kpr |
pippolo84
approved these changes
Feb 3, 2026
Contributor
Author
|
/ci-l7 |
Member
|
Since @YutaroHayakawa already acked the PR I think it is ok to merge into the feature branch 🚀 |
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.
as per discussion on cilium/design-cfps#85, adding separate types for the cilium agent and operator.
changed the watch config function to filter node config by nodeName using local node name.