-
Notifications
You must be signed in to change notification settings - Fork 84
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
Long term storage for #23 [WIP] #77
Conversation
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" \ |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
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. |
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