Skip to content

Commit

Permalink
Add flux events command
Browse files Browse the repository at this point in the history
This adds a command to Flux which behaves similarly as `kubectl events`,
including the Flux sources events when showing events for top level
objects, thus making debugging easy for Flux users.

For example, `flux events --for kustomization/<name>` includes the
events of its source (e.g. a `GitRepository`, `OCIRepository` or
`Bucket`).

In addition, `flux events --for helmrelease/my-app` includes events of
the `HelmChart` and `HelmRepository`. While `flux events --for
alerts/slack` includes the events of the `Provider`.

Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
  • Loading branch information
somtochiama authored and hiddeco committed Mar 9, 2023
1 parent 66deeec commit 200f40b
Show file tree
Hide file tree
Showing 4 changed files with 931 additions and 3 deletions.
Loading

0 comments on commit 200f40b

Please sign in to comment.