henrikrexed / openfeature

1 stars 0 forks source link

Argo bug suspected: multiple OutOfSync -> Synced logs #17

Open agardnerIT opened 1 year ago

agardnerIT commented 1 year ago

I take an app OutOfSync and get 1 log entry. Good. I sync the app and get 2 log entries. Not good.

Impact: If we take OutOfSync -> InSync log lines as "deployments" then the stats are wrong.

$ kubectl logs argocd-application-controller-0 | grep OutOfSync

time="2023-02-02T00:32:32Z" level=info msg="Updated sync status: Synced -> OutOfSync" application=fib3r dest-namespace= dest-server="https://kubernetes.default.svc/" reason=ResourceUpdated type=Normal
time="2023-02-02T00:35:06Z" level=info msg="Updated sync status: OutOfSync -> Synced" application=fib3r dest-namespace= dest-server="https://kubernetes.default.svc/" reason=ResourceUpdated type=Normal
time="2023-02-02T00:35:06Z" level=info msg="Updated sync status: OutOfSync -> Synced" application=fib3r dest-namespace= dest-server="https://kubernetes.default.svc/" reason=ResourceUpdated type=Normal

Asked in Argo Slack.

agardnerIT commented 1 year ago

I will investigate the possiblity of moving these deployment notifications to KLT