zncdatadev / trino-operator

Operator for Trino, the distributed SQL query engine for big data
Apache License 2.0
3 stars 5 forks source link

[Feature]: Publish information about key operations to the k8s event #61

Open whg517 opened 2 months ago

whg517 commented 2 months ago

ref: https://book.kubebuilder.io/reference/raising-events

During the coordination process, key information about the operation can be published to the k8s event. Users can automatically obtain specific object association information, which is very useful in troubleshooting. We should optimize the project coordination logic based on kubebuilder development recommendations.