Skip to content

Commit

Permalink
docs: Update Kubernetes deployment documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mattevans committed Jan 23, 2025
1 parent a9fb3c8 commit 613b37d
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,26 @@ This repository contains the installer for the [contributoor](https://github.com
- Set `Beacon Node Address` to `http://eth2:5052`
- Set `Optional Docker Network` to `rocketpool_net`


Note: These can also be set later `contributoor config`
- Run `contributoor start`

### ⎈ With Kubernetes (Helm)

Contributoor can be deployed on Kubernetes using the Helm chart from the [ethereum-helm-charts](https://github.com/ethpandaops/ethereum-helm-charts) repository.

```bash
# Add the Helm repository
helm repo add ethereum-helm-charts https://ethpandaops.github.io/ethereum-helm-charts

# Update your repositories
helm repo update

# Install contributoor
helm install contributoor ethereum-helm-charts/contributoor
```

For more details and configuration options, see the [contributoor chart documentation](https://github.com/ethpandaops/ethereum-helm-charts/tree/master/charts/contributoor).

### 😔 Uninstall

Uninstalling contributoor can be done by running the installer with the `-u` flag:
Expand Down

0 comments on commit 613b37d

Please sign in to comment.