We are trying to create Redis and Redis Replication instances using the Redis OT operator on kubernetes. The instances get created but the status block in the CR remains blank, whereas the status is visible in RedisCluster CR. Can this be supported in the operator?
Usecase: we have components relying on the status of the CRs of any kind to proceed further with audit/provisioning etc.
If its something that can easily added in the code, I'd be willing to contribute this feature to the operator as well, please let me know.
redis-operator version: v0.15.1 kubernetes Version: v1.26