-
Notifications
You must be signed in to change notification settings - Fork 185
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?
Conversation
fa56f3c
to
2e5c895
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2401 +/- ##
=======================================
Coverage 27.08% 27.08%
=======================================
Files 351 351
Lines 15543 15543
Branches 20 20
=======================================
Hits 4210 4210
Misses 11130 11130
Partials 203 203 |
kurtosis/beaconkit-local.yaml
Outdated
@@ -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 comment
The 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
stop-gcp-devnet: | ||
kurtosis enclave stop my-gcp-devnet2 | ||
|
||
# Stops and removes the specified Kurtosis enclave | ||
reset-gcp-devnet: | ||
$(MAKE) stop-gcp-devnet | ||
kurtosis enclave rm my-gcp-devnet2 |
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
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 comment
The reason will be displayed to describe this comment to others. Learn more.
This is in a private image repo
kurtosis/beaconkit-cloud.yaml
Outdated
- 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 comment
The 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 comment
The reason will be displayed to describe this comment to others. Learn more.
Removed otterscan as noone is using it afaik
This PR makes changes to allow for easier run of Kurtosis on K8s based environments.
Main changes: