diff --git a/docs/book/src/reference/creating-events.md b/docs/book/src/reference/creating-events.md index 079675d0b08..5b8b4b46fb1 100644 --- a/docs/book/src/reference/creating-events.md +++ b/docs/book/src/reference/creating-events.md @@ -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 `. ### how to implement the solution to raise an event: