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: Varsha <varshaprasad96@gmail.com>
  • Loading branch information
Sajiyah-Salat and varshaprasad96 committed May 11, 2023
1 parent 636a7f5 commit 635a74d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/book/src/reference/creating-events.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Creating Events

It is often useful to publish *Event* objects from the controller Reconcile function.

Events allow users to see what is going on with a particular object, and allow automated processes to see and respond to them.
It is often useful to publish *Event* objects from the controller Reconcile function as they allow users or any automated processes to see what is going on with a particular object and respond to them.

Recent Events for an object can be viewed by running `$ kubectl describe <resource kind> <resource name>`. Also, they can be checked by running `$ kubectl get events`.

Expand Down

0 comments on commit 635a74d

Please sign in to comment.