Open agardnerIT opened 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.
1
2
Impact: If we take OutOfSync -> InSync log lines as "deployments" then the stats are wrong.
OutOfSync -> InSync
$ 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.
I will investigate the possiblity of moving these deployment notifications to KLT
I take an app OutOfSync and get
1
log entry. Good. I sync the app and get2
log entries. Not good.Impact: If we take
OutOfSync -> InSync
log lines as "deployments" then the stats are wrong.Asked in Argo Slack.