nats-io / nack

NATS Controllers for Kubernetes (NACK)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Log all operator events

jarretlavallee opened this issue · comments

Currently, the operator only logs certain operations while other operations are posted as Events. The Events expire off of the API server which makes it difficult to get historical event data from the operator. Please change the behavior to log all of the events including Create, Update, and Delete.