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

Problem ignoring popeye alert rule #412

Open
gabrieloliveers opened this issue Jan 17, 2025 · 1 comment
Open

Problem ignoring popeye alert rule #412

gabrieloliveers opened this issue Jan 17, 2025 · 1 comment
Labels
bug Something isn't working question Further information is requested

Comments

@gabrieloliveers
Copy link

gabrieloliveers commented Jan 17, 2025

I have the following problem:

When trying to ignore Popeye's alert rule, which is (POP 1109 - Single endpoint is associated with this service) by passing the specification in the spinach.yml file, it continues to appear in the alert report, and the other alerts it can ignore with the same parameters passed!

Image

  • Popeye: v0.21.5 and v0.21.6
  • K8s: EKS v1.31

I need to resolve this and ignore this alert

@derailed derailed added bug Something isn't working question Further information is requested labels Jan 25, 2025
@derailed
Copy link
Owner

@gabrieloliveers This is odd. Unable to repro this? Excluding svc code 1109 seems to do the right thing.

popeye:
  excludes:
    linters:
      services:
        instances:
          - fqns: [rx:.*]
            codes: [1109, 1102]

      secrets:
        instances:
          - fqns: [rx:sh.helm.release]
            codes: [400]
          - fqns: [rx:^kube-system]
            codes: [400]

Please check popeye's logs? Also you can try using traces via popeye ... -v -1 to see why the exclude rules are not firing for services

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

No branches or pull requests

2 participants