Skip to content

Commit

Permalink
Update docs/book/src/reference/creating-events.md
Browse files Browse the repository at this point in the history
Co-authored-by: Camila Macedo <7708031+camilamacedo86@users.noreply.github.com>
  • Loading branch information
Sajiyah-Salat and camilamacedo86 committed May 8, 2023
1 parent cadcc42 commit cfe058d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/src/reference/creating-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ It is often useful to publish *Event* objects from the controller Reconcile func

Events allow users to see what is going on with a particular object, and allow automated processes to see and respond to them.

Recent Events for an object can be viewed by running `kubectl describe`
Recent Events for an object can be viewed by running `kubectl describe <resource kind> <resource name>`.

### how to implement the solution to raise an event:

Expand Down

0 comments on commit cfe058d

Please sign in to comment.