metering-operator
metering-operator copied to clipboard
single query to determine metering readiness?
https://github.com/operator-framework/operator-metering/blob/master/Documentation/manual-olm-install.md
These are great docs! I'd like a feature for automation:
In addition, I'd like to be able to oc get <resource> -o jsonpath --template='{.spec.status.<something>}' -n openshift-metering to be able to test that the whole metering and reporting system is deployed OK.
Anything already in these pods or other resources?
Generally if the reporting-operator pod itself is ready; that's a good indication. It's readiness probe queries presto which should ensure most other components are ready.
The MeteringConfig resource's status would be a good option in the future once we begin managing it's status more directly.