@@ -315,6 +315,26 @@ spec:
315315 items :
316316 type : string
317317 type : array
318+ interfacesDiscoveryConfig :
319+ description : discoveryConfig allow configuring
320+ interface discovery functionality,
321+ properties :
322+ excludeInterfaces :
323+ default :
324+ - lo
325+ description : |-
326+ excludeInterfaces contains the interface names that are excluded from interface discovery
327+ it is matched as a case-sensitive string.
328+ items :
329+ type : string
330+ type : array
331+ interfaceAutoDiscovery :
332+ default : false
333+ description : |-
334+ interfaceAutoDiscovery when enabled, the agent process monitors the creation and deletion of interfaces,
335+ automatically attaching eBPF hooks to newly discovered interfaces in both directions.
336+ type : boolean
337+ type : object
318338 primaryNodeInterface :
319339 description : primaryNodeInterface to attach BPF
320340 program to the primary interface on the node.
@@ -353,10 +373,8 @@ spec:
353373 type : string
354374 type : array
355375 required :
356- - containers
357376 - direction
358377 - interfaceSelector
359- - priority
360378 type : object
361379 type : array
362380 type : object
@@ -456,6 +474,26 @@ spec:
456474 items :
457475 type : string
458476 type : array
477+ interfacesDiscoveryConfig :
478+ description : discoveryConfig allow configuring
479+ interface discovery functionality,
480+ properties :
481+ excludeInterfaces :
482+ default :
483+ - lo
484+ description : |-
485+ excludeInterfaces contains the interface names that are excluded from interface discovery
486+ it is matched as a case-sensitive string.
487+ items :
488+ type : string
489+ type : array
490+ interfaceAutoDiscovery :
491+ default : false
492+ description : |-
493+ interfaceAutoDiscovery when enabled, the agent process monitors the creation and deletion of interfaces,
494+ automatically attaching eBPF hooks to newly discovered interfaces in both directions.
495+ type : boolean
496+ type : object
459497 primaryNodeInterface :
460498 description : primaryNodeInterface to attach BPF
461499 program to the primary interface on the node.
@@ -782,6 +820,26 @@ spec:
782820 items :
783821 type : string
784822 type : array
823+ interfacesDiscoveryConfig :
824+ description : discoveryConfig allow configuring
825+ interface discovery functionality,
826+ properties :
827+ excludeInterfaces :
828+ default :
829+ - lo
830+ description : |-
831+ excludeInterfaces contains the interface names that are excluded from interface discovery
832+ it is matched as a case-sensitive string.
833+ items :
834+ type : string
835+ type : array
836+ interfaceAutoDiscovery :
837+ default : false
838+ description : |-
839+ interfaceAutoDiscovery when enabled, the agent process monitors the creation and deletion of interfaces,
840+ automatically attaching eBPF hooks to newly discovered interfaces in both directions.
841+ type : boolean
842+ type : object
785843 primaryNodeInterface :
786844 description : primaryNodeInterface to attach BPF
787845 program to the primary interface on the node.
@@ -815,9 +873,7 @@ spec:
815873 type : string
816874 type : array
817875 required :
818- - containers
819876 - interfaceSelector
820- - priority
821877 type : object
822878 type : array
823879 type : object
0 commit comments