Skip to content

Commit

Permalink
Update creating-events.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sajiyah-Salat committed May 8, 2023
1 parent cfe058d commit 09a9ac9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/book/src/reference/creating-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ Building on the example introduced in [Controller Example](../basics/simple_cont
}
```
Events should be raised in certain circumstances only and following this guideline acctually is not a good practice. See what the Kubernetes APIs convention describes when using them [here][Events]
Note that is NOT recommended to emit events for all Operations. If authors raise too many events it brings bad UX experiences for those that are consuming the solutions on the cluster and they will not have attention to what they actually must be notified.

<aside class="note">
It is NOT recommended to emit events for all Operations. If authors raise too many events it brings bad UX experiences for those that are consuming the solutions on the cluster and they will not have attention to what they actually must be notified.
</aside>

[Events]: https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#events

0 comments on commit 09a9ac9

Please sign in to comment.