-
Notifications
You must be signed in to change notification settings - Fork 187
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
chore(kurtosis): Clean up Kurtosis and Support for Cloud Deployments #2401
base: main
Are you sure you want to change the base?
Changes from 11 commits
3eee42c
60271cc
7a0049c
910309c
b6bd613
2e5c895
d28077e
8dbe3f4
c63dd70
387272c
c9252f4
ef036e5
63cceeb
d84ec7a
cadff64
752b8ba
dd0b63d
ca87190
340762d
02810a7
d2f67ed
6ca511c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,93 +23,104 @@ | |
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR | ||
# OTHER DEALINGS IN THE SOFTWARE. | ||
|
||
# This is the base configuration for the BeaconKit service on GCP. It includes the configuration for the BeaconKit service itself, as well as the configuration for the full nodes and validators that the BeaconKit service will interact with. | ||
# Monitoring and alerting are not included in this configuration, as they are handled by the GCP infrastructure. | ||
|
||
# This is the configuration is identical to beaconkit-local.yaml with the exception that the image is pulled from a public registry | ||
# As remote environments cannot access the image created locally | ||
network_configuration: | ||
chain_id: 80087 | ||
chain_spec: "devnet" | ||
validators: | ||
type: "validator" | ||
nodes: | ||
- el_type: besu | ||
kzg_impl: crate-crypto/go-kzg-4844 | ||
replicas: 0 | ||
- el_type: nethermind | ||
kzg_impl: crate-crypto/go-kzg-4844 | ||
replicas: 0 | ||
- el_type: reth | ||
replicas: 32 | ||
kzg_impl: crate-crypto/go-kzg-4844 | ||
replicas: 2 | ||
- el_type: geth | ||
replicas: 32 | ||
kzg_impl: crate-crypto/go-kzg-4844 | ||
replicas: 2 | ||
- el_type: erigon | ||
replicas: 32 | ||
- el_type: besu | ||
replicas: 32 | ||
- el_type: nethermind | ||
replicas: 32 | ||
kzg_impl: crate-crypto/go-kzg-4844 | ||
replicas: 1 | ||
- el_type: ethereumjs | ||
replicas: 0 | ||
full_nodes: | ||
type: "full" | ||
nodes: | ||
- el_type: reth | ||
replicas: 0 | ||
kzg_impl: crate-crypto/go-kzg-4844 | ||
replicas: 2 | ||
- el_type: geth | ||
replicas: 10 | ||
- el_type: erigon | ||
kzg_impl: crate-crypto/go-kzg-4844 | ||
replicas: 1 | ||
- el_type: nethermind | ||
replicas: 0 | ||
- el_type: besu | ||
replicas: 0 | ||
- el_type: nethermind | ||
replicas: 0 | ||
- el_type: erigon | ||
replicas: 1 | ||
- el_type: ethereumjs | ||
replicas: 0 | ||
seed_nodes: | ||
type: "seed" | ||
nodes: | ||
- el_type: geth | ||
replicas: 6 | ||
- el_type: reth | ||
replicas: 1 | ||
node_settings: | ||
consensus_settings: | ||
specs: | ||
min_cpu: 8000 | ||
max_cpu: 8000 | ||
min_memory: 32768 | ||
max_memory: 32768 | ||
min_cpu: 1000 | ||
max_cpu: 2000 | ||
min_memory: 1024 | ||
max_memory: 2048 | ||
images: | ||
beaconkit: northamerica-northeast1-docker.pkg.dev/prj-berachain-common-svc-01/berachain/beacon-kit:main | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is in a private image repo |
||
beaconkit: ghcr.io/berachain/beacon-kit:main | ||
config: | ||
timeout_propose: 3s | ||
timeout_prevote: 1s | ||
timeout_precommit: 1s | ||
timeout_commit: 2s | ||
timeout_propose: 2s | ||
timeout_prevote: 2s | ||
timeout_precommit: 2s | ||
timeout_commit: 500ms | ||
max_num_inbound_peers: 40 | ||
max_num_outbound_peers: 10 | ||
app: | ||
payload_timeout: 2s | ||
payload_timeout: 850ms | ||
enable_optimistic_payload_builds: true | ||
execution_settings: | ||
specs: | ||
min_cpu: 8000 | ||
max_cpu: 8000 | ||
min_memory: 32768 | ||
max_memory: 32768 | ||
min_cpu: 1000 | ||
max_cpu: 2000 | ||
min_memory: 1024 | ||
max_memory: 2048 | ||
images: | ||
besu: hyperledger/besu:latest | ||
besu: hyperledger/besu:24.5.4 | ||
erigon: erigontech/erigon:v2.60.9 | ||
ethereumjs: ethpandaops/ethereumjs:stable | ||
geth: ethereum/client-go:latest | ||
nethermind: nethermind/nethermind:latest | ||
reth: ghcr.io/paradigmxyz/reth:latest | ||
eth_json_rpc_endpoints: | ||
# type has to be either blutgang or nginx | ||
- type: blutgang | ||
clients: | ||
- el-full-geth-0 | ||
- el-full-geth-1 | ||
- el-full-reth-0 | ||
- el-full-reth-1 | ||
- el-full-geth-2 | ||
- el-full-geth-3 | ||
- el-full-geth-4 | ||
- el-full-geth-5 | ||
- el-full-geth-6 | ||
- el-full-geth-7 | ||
- el-full-geth-8 | ||
- el-full-geth-9 | ||
# - el-full-nethermind-3 | ||
# - el-full-besu-4 | ||
# - el-full-erigon-5 | ||
# - el-full-ethereumjs-6 | ||
additional_services: | ||
- name: "spamoor" | ||
- name: "tx-fuzz" | ||
replicas: 99 | ||
replicas: 16 | ||
- name: "prometheus" | ||
- name: "grafana" | ||
- name: "spamoor" | ||
- name: "pyroscope" | ||
- name: "blockscout" | ||
client: "el-full-reth-0" | ||
- name: "otterscan" # otterscan supports only erigon nodes | ||
client: "el-full-erigon-3" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. how will this run if the erigon node isnt enabled? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Removed otterscan as noone is using it afaik |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,9 +71,9 @@ network_configuration: | |
node_settings: | ||
consensus_settings: | ||
specs: | ||
min_cpu: 0 | ||
min_cpu: 1000 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If min is not set, then it defaults to max value on K8s |
||
max_cpu: 2000 | ||
min_memory: 0 | ||
min_memory: 1024 | ||
max_memory: 2048 | ||
images: | ||
beaconkit: beacond:kurtosis-local | ||
|
@@ -89,9 +89,9 @@ node_settings: | |
enable_optimistic_payload_builds: true | ||
execution_settings: | ||
specs: | ||
min_cpu: 0 | ||
min_cpu: 1000 | ||
max_cpu: 2000 | ||
min_memory: 0 | ||
min_memory: 1024 | ||
max_memory: 2048 | ||
images: | ||
besu: hyperledger/besu:24.5.4 | ||
|
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.
We can add more commands if they are useful but lets reduce bloat