milvus-operator icon indicating copy to clipboard operation
milvus-operator copied to clipboard

Is there a way to disable the checker job?

Open webcoderz opened this issue 2 years ago • 2 comments

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?

webcoderz avatar Nov 19 '23 19:11 webcoderz

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

haorenfsa avatar Nov 20 '23 11:11 haorenfsa

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

adam-huganir avatar Jan 31 '24 17:01 adam-huganir