cilium / hubble

Hubble - Network, Service & Security Observability for Kubernetes using eBPF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add --cluster-name filter flag

chancez opened this issue · comments

Currently filtering by cluster requires using --node-name <cluster-name>/ which isn't very intuitive and is a side-effect of how cluster names are stored in flows.

I propose we add a shortcut --cluster-name filter flag which internally gets translated to the equivalent node name filter.

Implemented in #1309