-
Notifications
You must be signed in to change notification settings - Fork 0
Added dv-pod installation flow #99
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
base: main
Are you sure you want to change the base?
Conversation
obolup.sh
Outdated
| --set charon.dkgSidecar.image.tag=90a1656 \ | ||
| --set charon.nickname="$nickname" \ | ||
| --set validatorClient.type=prysm \ | ||
| --set validatorClient.config.prysm.acceptTermsOfUse=true \ |
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 flag doesn't exist anymore
| --set validatorClient.type=prysm \ | ||
| --set validatorClient.config.prysm.acceptTermsOfUse=true \ | ||
| --set centralMonitoring.enabled=true \ | ||
| --set-string centralMonitoring.token='obolkvmusKH1SFvr/ruCzfj/Vlix3E49=59TdIH1BcTLecZabTv9SF=81HbtXucMNjwsJbFW=Z9ND7hD/GYPtz=B?TpWs2sJq9FIz-uN1-4DyR1l6J=HyC=d=Q!-?fHP'; then |
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.
Might need to double check for a generic token cc @OisinKyne
obolup.sh
Outdated
| --set charon.dkgSidecar.apiEndpoint=https://obol-api-nonprod-dev.dev.obol.tech \ | ||
| --set network=hoodi \ | ||
| --set charon.operatorAddress="$operator_address" \ | ||
| --set charon.dkgSidecar.image.tag=90a1656 \ |
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.
better pin a :latest here while we are in active dev IMO
- Use :latest tag for dkgSidecar image instead of pinned commit hash - Remove deprecated prysm.acceptTermsOfUse flag (no longer exists)
No description provided.