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

Is there a way to disable the checker job? #47

Open
webcoderz opened this issue Nov 19, 2023 · 2 comments
Open

Is there a way to disable the checker job? #47

webcoderz opened this issue Nov 19, 2023 · 2 comments
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers

Comments

@webcoderz
Copy link

I am running milvus operator on argoCD and there is an job that happens frequently that keeps the operator in a "Progressing" state, and after it runs it goes into a degraded state despite working fine, it seems to be due to the checker job, is there a way to disable it?

@haorenfsa
Copy link
Collaborator

No for now. We'll add an option soon.

@haorenfsa haorenfsa added documentation Improvements or additions to documentation good first issue Good for newcomers labels Dec 3, 2023
@adam-huganir
Copy link

adam-huganir commented Jan 31, 2024

I am running milvus operator on argoCD and there is an job that happens frequently that keeps the operator in a "Progressing" state, and after it runs it goes into a degraded state despite working fine, it seems to be due to the checker job, is there a way to disable it?

It's been a while so it's unlikely this is still blocking you, but if anyone else comes across this you can specify that it is a job in argo with argo-specific annotation for jobs by adding it in the values file and it will succeed:

checker:
  annotations:
    argocd.argoproj.io/hook: Sync
    argocd.argoproj.io/hook-delete-policy: HookSucceeded

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants