-
Notifications
You must be signed in to change notification settings - Fork 271
Labels
kind/enhancementThis would improve or streamline existing functionality.This would improve or streamline existing functionality.⌨️ area/cliImpacts the command line interface of any command in the repository.Impacts the command line interface of any command in the repository.📬 kind/questionFrequently asked questions & answers. This issue will be linked from the documentation's FAQ.Frequently asked questions & answers. This issue will be linked from the documentation's FAQ.
Milestone
Description
Currently, it is not possible to give --namespace
along with --pod
to hubble.
% hubble observe --from-namespace cilium --from-pod hubble-relay
invalid argument "hubble-relay" for "--pod" flag: filters --from-namespace and --pod cannot be combined
An alternative way to express this is the following:
% hubble observe --from-label io.kubernetes.pod.namespace=cilium --from-pod hubble-relay
The issue with this is that --from-pod hubble-relay
is implicitly referring to the hubble-relay
pod in the default
namespace. Here I would expect to see the the Flows from the cilium/hubble-relay
pod.
errordeveloper
Metadata
Metadata
Assignees
Labels
kind/enhancementThis would improve or streamline existing functionality.This would improve or streamline existing functionality.⌨️ area/cliImpacts the command line interface of any command in the repository.Impacts the command line interface of any command in the repository.📬 kind/questionFrequently asked questions & answers. This issue will be linked from the documentation's FAQ.Frequently asked questions & answers. This issue will be linked from the documentation's FAQ.