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
Request:
This feature requires the report to be in an AWS S3 Bucket as that is the default location for AWS Cost and Usage Reporting.
I am requesting support to read the AWS Cost and Usage Reports from any storage medium. I am using AWS EFS as the default storage class provisioner; would like to be able to configure the below (It is understood that the NFS PV would be created ahead of time in the operator namespace):
Environment:
Request:
This feature requires the report to be in an AWS S3 Bucket as that is the default location for AWS Cost and Usage Reporting.
I am requesting support to read the AWS Cost and Usage Reports from any storage medium. I am using AWS EFS as the default storage class provisioner; would like to be able to configure the below (It is understood that the NFS PV would be created ahead of time in the operator namespace):
apiVersion: metering.openshift.io/v1
kind: MeteringConfig
metadata:
name: "operator-metering"
spec:
openshift-reporting:
spec:
awsBillingReportDataSource:
enabled: true
type: "sharedPVC"
sharedPVC:
claimName: "aws-billing"
reporting-operator:
spec:
config:
aws:
claimName: "aws-billing"
presto:
spec:
config:
aws:
claimName: "aws-billing"
hive:
spec:
config:
aws:
claimName: "aws-billing"
###Justification
Thanks for the review!
The text was updated successfully, but these errors were encountered: