OT-CONTAINER-KIT/redis-operator
Status field is empty in Redis and Redis Replication CRDs
开放
#744 创建于 2024年1月10日
enhancementgood first issuerevisit-later
仓库指标
- 星标
- (1,416 个星标)
- PR 合并指标
- (平均合并 32天) (30 天内合并 10 个 PR)
描述
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