Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[hubble control plane] flows are not being enriched #599

Closed
huntergregory opened this issue Aug 13, 2024 · 2 comments
Closed

[hubble control plane] flows are not being enriched #599

huntergregory opened this issue Aug 13, 2024 · 2 comments
Labels
area/controllers type/bug Something isn't working
Milestone

Comments

@huntergregory
Copy link
Contributor

We would like flows to include Pod namespace/name, but I'm only seeing IPs when installing agent with make helm-install-without-tls.

Version: v0.0.14 (also building off of main)

image

For instance, the highlighted IPs in the image correspond to real Pods:

$ k get po -n default -owide
NAME                             READY   STATUS    RESTARTS   AGE     IP             NODE                                NOMINATED NODE   READINESS GATES
kapinger-bad-7778f55bf8-657f9    1/1     Running   0          4h11m   10.224.1.211   aks-nodepool1-32351195-vmss000001   <none>           <none>
kapinger-good-8468b88556-2l9b9   1/1     Running   0          4h16m   10.224.0.155   aks-nodepool1-32351195-vmss000000   <none>           <none>

Retina agent and operator are running fine, and Cilium endpoints/identities look fine.

@nddq
Copy link
Contributor

nddq commented Aug 13, 2024

might be related/duplicated of this #536

@huntergregory
Copy link
Contributor Author

Closing this duplicate issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/controllers type/bug Something isn't working
Projects
Archived in project
Development

No branches or pull requests

2 participants