Skip to content
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

[BUG] Events not ignored in namespace despite having namespace in ignore for resources #450

Closed
darkhelmet opened this issue Jan 21, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@darkhelmet
Copy link

Describe the bug

I'm running botkube on our devops EKS (v1.18.9-eks-d1db3c) cluster which does CI. Jenkins creates things in the devops-jenkins-agents namespace. It does this a lot, and I don't need pod creation/deletion events for that namespace. I've added the namespace to ignore in the v1/pods resources section (that's the only change from the default install using the helm chart) and it still gives me notifications in my Slack channel.

To Reproduce

I have botkube installed to an EKS 1.18 cluster using the helm provider with the following config: https://gist.github.com/darkhelmet/9a61ecca6aaf7f4a4dd19ef0cfdccea0

Expected behavior

I expect botkube to ignore things for pods in the devops-jenkins-agents namespace

Screenshots

Config looks like it should ignore those events...

Screen Shot 2021-01-21 at 3 17 37 PM

But here they are...

Screen Shot 2021-01-21 at 3 17 43 PM

Additional context

I swear it worked at one point. I initially installed the chart via terraform, then manually edited the configmap. Pretty sure that worked. I didn't like that because it would break when I deployed again, so I wanted to render the values properly. I switched to this system, which results in a proper looking config file, everything runs, but despite the ignore being there it doesn't ignore.

@darkhelmet darkhelmet added the bug Something isn't working label Jan 21, 2021
@PrasadG193
Copy link
Collaborator

Duplicate issue: #419
Fixed in v0.12.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants