You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: