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

ipfs cluster follow #21

Merged
merged 9 commits into from
Jul 6, 2022
Merged

Conversation

coryschwartz
Copy link
Collaborator

Adds a feature for joining collab clusters.

instructions on ipfs-cluster-follow can be seen here: https://ipfscluster.io/documentation/reference/follow/

Some of the collab clusters can be seen here https://collab.ipfscluster.io/

The way it's used in this PR --
For every collab cluster you want to follow, add the name and the template to the Follows slice.

An instance of ipfs-cluster-follow will be executed on your cluster for each follow you specify.

e.g. This will create an additional container responsible for following filecoin proofs.

follows:
  - name: filecoin
    template: filecoin.collab.ipfscluster.io

Templates must be created in advance by the collab cluster operator. This one can be seen at https://ipfs.io/ipns/filecoin.collab.ipfscluster.io

Copy link
Collaborator

@RobotSail RobotSail left a comment

Choose a reason for hiding this comment

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

Looks good, just one minor change and this should be all set.

config/manager/kustomization.yaml Outdated Show resolved Hide resolved
@RobotSail RobotSail merged commit d496890 into ipfs-cluster:main Jul 6, 2022
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.

None yet

2 participants