apibara / dna

Apibara is the fastest platform to build production-grade indexers that connect onchain data to web2 services.
https://www.apibara.com/
Apache License 2.0
178 stars 32 forks source link

Missing summary for `indexers` CRD #345

Open fracek opened 6 months ago

fracek commented 6 months ago

Describe the bug

The Kubernetes operator is supposed to update the indexers status after updating/reconciling the pod. This is not the case at the moment.

$ kubectl get indexers -n my-namespace
NAME                            AGE   STATUS   INSTANCE   RESTARTS
mainnet-indexer-34d0488f        45d                       
mainnet-indexer-957c4c89        45d                       
mainnet-indexer-31a92e81        33d                       
indexer-4fe5bac9                22d                       
indexer-01ea213f                52d                       
indexer-2d3b7e8b                46d    

To Reproduce

Expected behavior

The operator should update the status of the indexer after reconciling it.

Additional context

The code that updates the status is here, but for some reason the status is not updated.

ShantelPeters commented 1 month ago

Please can I work on this ? This would be my first time contributing to this ecosystem