You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to make it possible to use L2 information ( MAC addresses) to identify pods and not just L3 (what we have today). This requires changing the informer https://github.com/netobserv/flowlogs-pipeline/blob/main/pkg/pipeline/transform/kubernetes/kubernetes.go#L180 so that it can match pods by mac addresses and not just by IPs. This needs to be configurable so that it will be possible to use just IP's, Just MAC addresses or both for the identification.
The text was updated successfully, but these errors were encountered:
We want to make it possible to use L2 information ( MAC addresses) to identify pods and not just L3 (what we have today). This requires changing the informer https://github.com/netobserv/flowlogs-pipeline/blob/main/pkg/pipeline/transform/kubernetes/kubernetes.go#L180 so that it can match pods by mac addresses and not just by IPs. This needs to be configurable so that it will be possible to use just IP's, Just MAC addresses or both for the identification.
The text was updated successfully, but these errors were encountered: