Skip to content

network driver: collect CiliumNetworkDriverConfigs in sysdump#43437

Merged
pippolo84 merged 1 commit into
cilium:feature/dra-driverfrom
bersoare:pr/bersoare/crdsysdump
Jan 2, 2026
Merged

network driver: collect CiliumNetworkDriverConfigs in sysdump#43437
pippolo84 merged 1 commit into
cilium:feature/dra-driverfrom
bersoare:pr/bersoare/crdsysdump

Conversation

@bersoare
Copy link
Copy Markdown
Contributor

@bersoare bersoare commented Dec 18, 2025

collect the CRD for the network driver configuration with the sysdump command

» cat cilium-sysdump-20251218-152137/cilium-network-driver-configs-20251218-152137.yaml
apiVersion: cilium.io/v2alpha1
items:
- apiVersion: cilium.io/v2alpha1
  kind: CiliumNetworkDriverConfig
  metadata:
    annotations:
      kubectl.kubernetes.io/last-applied-configuration: |
        {"apiVersion":"cilium.io/v2alpha1","kind":"CiliumNetworkDriverConfig","metadata":{"annotations":{},"name":"cilium-network-driver-config"},"spec":{"driverName":"sriov.cilium.k8s.io"}}
    creationTimestamp: "2025-12-18T15:21:33Z"
    generation: 1
    managedFields:
    - apiVersion: cilium.io/v2alpha1
      fieldsType: FieldsV1
      fieldsV1:
        f:metadata:
          f:annotations:
            .: {}
            f:kubectl.kubernetes.io/last-applied-configuration: {}
        f:spec:
          .: {}
          f:driverName: {}
      manager: kubectl-client-side-apply
      operation: Update
      time: "2025-12-18T15:21:33Z"
    name: cilium-network-driver-config
    resourceVersion: "1723"
    uid: ba412313-2aac-49ed-b69e-477b3d7f33a7
  spec:
    driverName: sriov.cilium.k8s.io
kind: CiliumNetworkDriverConfigList
metadata:
  resourceVersion: "1738"
Collect CiliumNetworkDriverConfig on sysdump

@maintainer-s-little-helper maintainer-s-little-helper Bot added the dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. label Dec 18, 2025
@github-actions github-actions Bot added cilium-cli This PR contains changes related with cilium-cli cilium-cli-exclusive This PR only impacts cilium-cli binary labels Dec 18, 2025
collect the CRD for the network driver configuration
with the sysdump command

Signed-off-by: Bernardo Soares <20172413+bersoare@users.noreply.github.com>
@bersoare bersoare force-pushed the pr/bersoare/crdsysdump branch from f54d368 to f4d60e8 Compare December 18, 2025 15:24
@bersoare bersoare marked this pull request as ready for review December 29, 2025 10:44
@bersoare bersoare requested a review from a team as a code owner December 29, 2025 10:44
@bersoare bersoare requested review from asauber and removed request for a team December 29, 2025 10:44
@bersoare
Copy link
Copy Markdown
Contributor Author

@asauber , feel free to ignore this one - but in any case there is context here: cilium/design-cfps#85
cc @pippolo84

Copy link
Copy Markdown
Member

@pippolo84 pippolo84 left a comment

Choose a reason for hiding this comment

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

LGTM ✅

@pippolo84 pippolo84 marked this pull request as draft January 2, 2026 10:58
@pippolo84 pippolo84 marked this pull request as ready for review January 2, 2026 10:59
@pippolo84 pippolo84 merged commit 0294f50 into cilium:feature/dra-driver Jan 2, 2026
59 of 60 checks passed
@julianwiedmann julianwiedmann added the area/dra-plugin Impacts the Cilium Network Driver DRA plugin. label Feb 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/dra-plugin Impacts the Cilium Network Driver DRA plugin. cilium-cli This PR contains changes related with cilium-cli cilium-cli-exclusive This PR only impacts cilium-cli binary dont-merge/needs-release-note-label The author needs to describe the release impact of these changes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants