project-koku / curator-operator

Go Operator for OpenShift metrics
5 stars 11 forks source link

Introduce support for configuring the container image responsible for fetching data from koku #21

Closed timflannagan closed 2 years ago

timflannagan commented 2 years ago

Goal: update the fetchdata-operator implementation and add support for configuring the container image that's responsible for fetching data from the koku-metric-operator PVC, parsing those CSV files, and dumping those CSV values into a user-provided postgres instance.

Right now, the fetchdata-operator we recently introduced in #13 hardcode(s) the container image used to handle this kind of runner functionality. We should aim towards migrating that container image to an operate-first-controller container repository + adding support for overriding that container image at the main.go level

sesheta commented 2 years ago

Issues go stale after 90d of inactivity. Mark the issue as fresh with /remove-lifecycle stale. Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

/lifecycle stale

sesheta commented 2 years ago

Stale issues rot after 30d of inactivity. Mark the issue as fresh with /remove-lifecycle rotten. Rotten issues close after an additional 30d of inactivity.

If this issue is safe to close now please do so with /close.

/lifecycle rotten

sesheta commented 2 years ago

Rotten issues close after 30d of inactivity. Reopen the issue with /reopen. Mark the issue as fresh with /remove-lifecycle rotten.

/close

sesheta commented 2 years ago

@sesheta: Closing this issue.

In response to [this](https://github.com/operate-first/curator-operator/issues/21#issuecomment-1236041548): >Rotten issues close after 30d of inactivity. >Reopen the issue with `/reopen`. >Mark the issue as fresh with `/remove-lifecycle rotten`. > >/close Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.