Skip to content

fix: default entrypoint to seid start --home /sei#20

Merged
bdchatham merged 1 commit intomainfrom
fix/default-seid-entrypoint
Mar 22, 2026
Merged

fix: default entrypoint to seid start --home /sei#20
bdchatham merged 1 commit intomainfrom
fix/default-seid-entrypoint

Conversation

@bdchatham
Copy link
Collaborator

Summary

  • When no spec.entrypoint is configured, sidecarWaitCommand previously defaulted to bare exec seid, which prints help text and exits immediately — causing a CrashLoopBackOff.
  • Defaults to seid start --home /sei to match the behavior every existing SeiNode already specifies explicitly.
  • Updates the full-node sample manifest to include the explicit entrypoint for clarity.

Test plan

  • Unit tests updated and passing (TestSidecarMainContainer_WaitWrapper_NoEntrypoint_DefaultsSeidStart)
  • Full test suite passes
  • Verified fix on dev cluster — recreated pacific-1-full-node without explicit entrypoint, confirmed pod starts correctly with 0 restarts

When no entrypoint is specified, sidecarWaitCommand previously defaulted
to bare `exec seid` which just prints help text and exits, causing a
CrashLoopBackOff. Default to `seid start --home /sei` to match the
behavior every existing SeiNode already specifies explicitly.
@bdchatham bdchatham merged commit cee94c8 into main Mar 22, 2026
2 checks passed
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.

1 participant