Skip to content

--namespace is incompatible with --pod #359

@kaworu

Description

@kaworu

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.

cc @michi-covalent @gandro @nathanjsweet

Metadata

Metadata

Assignees

Labels

kind/enhancementThis would improve or streamline existing functionality.⌨️ area/cliImpacts 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.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions