Skip to content

Commit

Permalink
sysdump: use the correct hubble ui label selector
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Miguel Custódio <brunomcustodio@gmail.com>
  • Loading branch information
bmcustodio authored and michi-covalent committed Sep 2, 2021
1 parent 42889b1 commit e0afce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysdump/sysdump.go
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ func (c *Collector) Run() error {
Quick: false,
Task: func(ctx context.Context) error {
p, err := c.client.ListPods(ctx, c.options.CiliumNamespace, metav1.ListOptions{
LabelSelector: c.options.HubbleLabelSelector,
LabelSelector: c.options.HubbleUILabelSelector,
})
if err != nil {
return fmt.Errorf("failed to get logs from Hubble UI pods")
Expand Down

0 comments on commit e0afce4

Please sign in to comment.