diff --git a/docs/book/src/reference/creating-events.md b/docs/book/src/reference/creating-events.md index 7b72880f5cf..490a64907bf 100644 --- a/docs/book/src/reference/creating-events.md +++ b/docs/book/src/reference/creating-events.md @@ -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 `. Also, they can be checked by running `$ kubectl get events`.