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 635a74d commit 49cdaa0
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 @@ -7,7 +7,7 @@ It is often useful to publish *Event* objects from the controller Reconcile func
<aside class="warning">
<h1>Events should be raised in certain circumstances only</h1>

Be aware that it is **not** recommended to emit Events for all Operations. If authors raise too many events, it brings bad UX experiences for those consuming the solutions on the cluster, and they will not have attention to what they must be notified of. For more information, please take a look at the [Kubernetes APIs convention][Events].
Be aware that it is **not** recommended to emit Events for all operations. If authors raise too many events, it brings bad UX experiences for those consuming the solutions on the cluster, and they may find it difficult to filter an actionable event from the clutter. For more information, please take a look at the [Kubernetes APIs convention][Events].

</aside>

Expand Down

0 comments on commit 49cdaa0

Please sign in to comment.