-
-
Notifications
You must be signed in to change notification settings - Fork 293
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
Filter by namespace doesn't seem to be working #314
Comments
Just hit the same issue |
we have the same issue |
I have the same issue - is this a known bug/issue right now? |
This issue has been open for a while, and it's breaking our pipelines. |
Looks like in pkg/popeye.go on about line 267 there is an issue causing this. That line is: ctx = context.WithValue(ctx, internal.KeyNamespace, client.ClusterScope) and if you override client.ClusterScope with "namespace" where namespace is the one you want to filter, it works. There is probably a more involved fix required here but if you feel like editing this temporarily or maybe pulling the namespace flag and inserting that, you can probably get this working until there is a fix. |
I have submitted PR #319 to fix this. The issue I believe is context is being overwritten within a loop and not reset. |
facing the same issue .. when we are getting fix? |
Describe the bug
I run
popeye -n communication-engine -o jurassic
, and Popeye shows the same results as if I runpopeye -A -o jurassic
, as confirmed bydiff
. Tthere's only a couple of lines that are in different positions and a different timestamp.Versions (please complete the following information):
The text was updated successfully, but these errors were encountered: