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

Canary failing when job in progress #1754

Closed
dabasvibhor opened this issue Mar 28, 2024 · 2 comments · Fixed by #1795
Closed

Canary failing when job in progress #1754

dabasvibhor opened this issue Mar 28, 2024 · 2 comments · Fixed by #1795
Assignees
Labels
bug Something isn't working

Comments

@dabasvibhor
Copy link
Contributor

image

Canary spec:

apiVersion: canaries.flanksource.com/v1
kind: Canary
metadata:
  name: dbt-cronjob-check
  annotations:
      argocd.argoproj.io/sync-wave: "2"
spec:
  interval: 5
  kubernetes:
    - name: major-minor-reconcile
      kind: Job
      ready: true
      namespaceSelector:
        name: dbt
      kubeconfig:
          name: internal-apps
          valueFrom:
            secretKeyRef:
              name: bcb-group-internal-apps-app-cluster-kubeconfig
              key: kubeconfig
@moshloop moshloop added the bug Something isn't working label Apr 4, 2024
@moshloop
Copy link
Member

moshloop commented Apr 4, 2024

Progressing should be considered healthy

@adityathebe
Copy link
Member

depends on: flanksource/is-healthy#15

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

Successfully merging a pull request may close this issue.

3 participants