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] Node readiness status not triggering an alarm #560

Closed
clementnuss opened this issue Jan 25, 2022 · 1 comment
Closed

[BUG] Node readiness status not triggering an alarm #560

clementnuss opened this issue Jan 25, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@clementnuss
Copy link

Describe the bug
When nodes transition from Ready to NotReady, no alarm is sent by botkube.

To Reproduce

my configuration file regarding nodes monitoring:

        - name: v1/nodes
          namespaces:
            include:
              - all
          events:
            - create
            - delete
            - error
            - update
          updateSetting:
            includeDiff: true
            fields:
              - status.conditions[*]

(I have also tried without update and updateSetting, as per default according to the values.yaml, but without success.

Expected behavior
I expect an alarm to be sent when a node changes from Ready to NotReady (and vice versa)

Additional context

I did receive an alarm for a node error, but nothing regarding readiness transitions.
Screenshot 2022-01-25 at 22 06 02

I must be missing the proper config, but couldn't find it in other issues.

@clementnuss clementnuss added the bug Something isn't working label Jan 25, 2022
@pkosiec
Copy link
Member

pkosiec commented Oct 10, 2023

Hey @clementnuss
I remember we had a fix related to the updateSetting.fields in one of the post-1.0 versions: #1122. I'm pretty sure it solves the issue.

Could you please upgrade to the latest Botkube (v1.5.0) and try again? I'll close it for now, but we can reopen it anytime if it didn't help. Cheers!

@pkosiec pkosiec closed this as completed Oct 10, 2023
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