Suraj Patil

Results 6 issues of Suraj Patil

fixes: [https://github.com/ipfs-cluster/ipfs-operator/issues/95](https://github.com/ipfs-cluster/ipfs-operator/issues/95) fixes: [https://github.com/ipfs-cluster/ipfs-operator/issues/96](https://github.com/ipfs-cluster/ipfs-operator/issues/96) Below are the changes made in this PR - Inherited config type from ipfs-cluster - Added mechanism to build and modify service.json inside operator. - Added...

Only internally because usually Prometheus/Thanos are run inside the same Kubernetes cluster. So we need to just expose metrics from ipfs-cluster to other namespaces.

Currently service.json is created using the command [ipfs-cluster-service init](https://github.com/ipfs-cluster/ipfs-operator/blob/main/controllers/scripts/config.go#L89) which makes it difficult to customize ipfs-cluster via modifying service.json file. Here idea is to create service.json inside the operator code...

We have use case where we need presigned URL to upload tsdb blocks directly to object storage. In a Bucket struct [client object](https://github.com/thanos-io/objstore/blob/main/providers/s3/s3.go#L158) is private and cannot be accessed from...

This PR adds new `/api/v1/upload` API where user can upload tsdb blocks packed in `.tar.gz` archive. Below is the short summary of how upload API will work. 1. User uploads...