ipfs-cluster icon indicating copy to clipboard operation
ipfs-cluster copied to clipboard

Pinset orchestration for IPFS

Results 179 ipfs-cluster issues
Sort by recently updated
recently updated
newest added

So I was looking at the [github.com/libp2p/testlab](https://github.com/libp2p/testlab) project and they are using Consul for service discovery. And it got me thinking about the similarities between Consul and Cluster, granted this...

topic/meta

Right now, the cluster secret is retrieved from `ENV`. It makes it trivial for anyone with read access to the docker API to read it because it is part of...

This test doesn't run very reliably, specially in non-linux OSes. It has to do with reuseport support probably. This is a reminder to maybe look at it at some point,...

kind/bug
help wanted
exp/novice
status/ready

It should allow to set default options for ipfs-cluster-ctl (and for the rest/client it uses). If this file exists, then it shouldn't be necessary to pass some flags, but passing...

kind/enhancement
help wanted
exp/intermediate
status/ready
P3

#### Description Currently, just a placeholder/reminder to start the conversation around having opt-in telemetry in IPFS Cluster. For reference, ipfs-webui just had this conversation as well, so linking here as...

topic/meta
P2

I have been thinking about things that will take our time in the next weeks/months because they are hard but necessary towards a stable-working product. They will need to be...

exp/wizard
topic/meta

#### Basic information * [x] Version information (mark as appropiate): * [x] Master * [ ] Release candidate for next version * [ ] Latest stable version * [ ]...

kind/enhancement
help wanted
exp/intermediate
status/in-progress
P2

I'll use this issue to tracking some ideas that would be cool to blog about or make a presentation about. Feel free to submit new ones!

topic/meta

I thought up a possible architecture for a Reed-Solomon (or other erasure coding algorithm) layer on top of IPFS. My notes are [here](https://github.com/ipfs/notes/issues/196). @hsanjuan informed me that ipfs-cluster was already...

kind/enhancement
exp/wizard
topic/user-story
status/blocked

Currently the API is exposed by default at "/ip4/127.0.0.1/tcp/9094" so that, for example, `curl http://127.0.0.1:9094/id` will return information about your node. `go-ipfs` appears to be using a versioning scheme so...

kind/enhancement
kind/support