You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[v0.10] Increase visibility of gitjob controller logs and events (#2911)
* Add `fleet_` prefix to events
This will help users find events produced by Fleet, whether through the
Rancher UI or `kubectl` for instance.
* Reduce verbosity of Gitjob controller logs
This makes reconciliation, resource creation, deletion and status update
errors for `GitRepo`s more visible, ensuring that they appear in logs
even when debug logging is disabled.
* Add gitrepo field to bundle reconciler logs
This will help map logs on `GitRepo`s, produced by the `gitjob`
reconciler, with those on corresponding bundles from their reconciler.
* Add commit field to bundle logs
This will help map logs referring to a bundle with those referring to
its `GitRepo`, across the `fleet` and `gitjob` controllers.
* Update gitops event recorder name
This clarifies what events are about, as concisely as possible,.
0 commit comments