Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

single query to determine metering readiness? #749

Open
newgoliath opened this issue Jun 13, 2019 · 1 comment
Open

single query to determine metering readiness? #749

newgoliath opened this issue Jun 13, 2019 · 1 comment

Comments

@newgoliath
Copy link

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?

@chancez
Copy link
Contributor

chancez commented Jun 13, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants