Skip to content

docs: Add Accept header requirement, TTY note, and startup 503 clarification for containers#2412

Open
jacinpoz wants to merge 1 commit into
preprodfrom
pozoj/container-docs-improvements
Open

docs: Add Accept header requirement, TTY note, and startup 503 clarification for containers#2412
jacinpoz wants to merge 1 commit into
preprodfrom
pozoj/container-docs-improvements

Conversation

@jacinpoz

@jacinpoz jacinpoz commented Apr 23, 2026

Copy link
Copy Markdown
Collaborator

ATTENTION! YOU SHOULD BRANCH FROM PREPROD WHEN YOU UPDATE


Thank you for contributing to the documentation.

Have you done a trial build to check all new or changed links?
Yes — the changes only add :::info admonition blocks and plain text; no new links were introduced.

Is there anything else you would like us to know?
These changes come from hands-on findings while smoke-testing the Genesis Docker image end-to-end with DPL:

  • Accept: application/json required on all router requests — the Genesis router returns 406 without this header. Most HTTP clients (curl) send a compatible Accept header by default, but code-level clients (Java HttpURLConnection, etc.) do not. Added an info block in the Running section with a curl example.
  • -it (TTY) is required — the Genesis startup script behaves incorrectly without a pseudo-TTY. Clarified that -it is not optional, with notes for Docker Compose (tty: true) and Kubernetes (use health probes instead).
  • 503 during startup is normal/health/status returns 503 while processes are initialising. Added a note to prevent users treating this as a hard failure, with guidance on initialDelaySeconds or a startup probe in Kubernetes.
  • Response body clarified as JSON array — minor wording fix in the healthchecks table.

Please check the internal contributions guide for the most important guidance on updating the documentation.

- Add info block: Genesis router requires Accept: application/json on all
  HTTP requests; requests without it return 406
- Add info block: -it (TTY) flag is required for Genesis startup script
- Clarify that /health/status returning 503 during startup is normal
- Fix healthchecks section heading capitalisation
- Clarify health endpoint response body is a JSON array

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.

2 participants