ytsaurus / ytsaurus-k8s-operator

Kubernetes operator for YTsaurus.
https://ytsaurus.tech
Other
35 stars 24 forks source link

Set observedGeneration in ytsaurus resource status #307

Closed l0kix2 closed 1 month ago

l0kix2 commented 4 months ago

To distinguish if the operator already has updated all resources and resource is Running and happy or not yet have received new update.

l0kix2 commented 2 months ago

Common idea can be read on the internet, for example: https://alenkacz.medium.com/kubernetes-operator-best-practices-implementing-observedgeneration-250728868792

To test this we could check that observedGeneration is expected in the simple update scenario e2e