Open balpert89 opened 1 year ago
Hi @balpert89. That is expected behaviour. The componentsStatus
is primarily used internally by the operator to track upgrade and scaling operations. As such, for a newly created cluster it is ok for the status to be empty.
We will likely improve this in the future to give more and better insight into what the operator is doing and what the cluster status is.
Looking forward for this extension :-) do you want to keep this issue open for tracking this?
do you want to keep this issue open for tracking this?
Yes. I've marked this issue as an enhancement request and changed the title to make it clear what it is about.
Operator Version: 2.1.1 Opensearch Version 1.3.6 (cannot update due to software dependency)
When I am creating an
opensearchCluster
the pods are deployed and the cluster is available after some time.However, the status field in the object is not properly updated:
I cannot see the problem or why the
.status.componentStatus
is not populated.