timoha/hbase-k8s-operator

hbase-operator: add Status field

Opened this issue · 0 comments

Right now it's difficult to know if the operator has finished reconciling CRD with state of hbase without tailing the logs. This is inefficient, not to mention difficult to find. It is standard for operators to show current status of the CRD (i.e. "Ready", "ApplyingChanges", "Unknown").

Add this to the Hbase CRD that the operator can update on each reconciliation run.