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

Long term storage for #23 [WIP] #77

Merged
merged 12 commits into from
Jun 3, 2020

Conversation

tolarewaju3
Copy link
Contributor

Pull request for someone to test the steps for installing long term storage. I did overwrite our installation instructions to assume that people will be using minio.

Future work will provide options to change the bucket types to S3, GCS, etc

@tolarewaju3 tolarewaju3 changed the title Long term storage [WIP] Long term storage for #23 [WIP] May 15, 2020
@tolarewaju3 tolarewaju3 linked an issue May 15, 2020 that may be closed by this pull request
@themoosman themoosman self-requested a review May 28, 2020 18:20
@themoosman themoosman self-assigned this May 28, 2020
To retain Pelorus dashboard data in the long-term, we'll deploy an instance of [minio](https://github.com/helm/charts/tree/master/stable/minio) and create a bucket called `thanos`.

```
helm install --set "buckets[0].name=thanos" \
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This assumes that you have a helm repo configured. You many need to run helm repo add stable https://kubernetes-charts.storage.googleapis.com

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What namespace should this deploy into? Currently, it just uses the existing namespace.

@themoosman
Copy link
Collaborator

This LGTM as I can see data being pushed to MinIO. However, I'm not able to pull the data back out. Merging this code and will open a bug for the other issue.

@themoosman themoosman merged commit 3d6c320 into dora-metrics:master Jun 3, 2020
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

Successfully merging this pull request may close these issues.

Long term storage solution
2 participants