retina
retina copied to clipboard
Flows not enriched in hubble control plane
Describe the bug After migrating the agent and operator code to establish the Hubble control plane, we observed that the flows are not being enriched with pods and namespace information as expected.
To Reproduce Steps to reproduce the behavior:
- Create cluster
- Install retina hubble using
make helm-install-hubble - Use kapinger to create traffic in cluster.
- Check hubble flows to see if they are being enriched.
Expected behavior hubble flows should include comprehensive details, including pods and namespaces.
Operator PR https://github.com/microsoft/retina/pull/444 Agent PR. https://github.com/microsoft/retina/pull/432