bitflicker64 opened a new pull request, #494:
URL: https://github.com/apache/hugegraph-doc/pull/494

   ## Purpose of the PR
   
   - link apache/hugegraph#3218 (the paired code PR that adds the chart)
   
   apache/hugegraph#3218 adds a Helm chart for the distributed deployment (PD + 
Store + Server, optional Hubble), and the site has no page for it yet. This 
adds that page in EN and CN under `docs/quickstart/hugegraph/` (weight 4, next 
to the Server/PD/Store install pages), following the same skeleton, heading 
numbering and mermaid usage as the sibling pages.
   
   What the page covers:
   
   - Install from the source tree with the three presets (`values.yaml`, 
`values-single.yaml`, `values-cluster.yaml`), `--wait` guidance, and the two 
defaults to know before production use: no resources are set, and image tags 
track `latest` until the next release publishes versioned images.
   - The auth model: the three chart-managed Secrets (`<release>-admin`, 
`<release>-auth-token`, `<release>-pd-auth`), the `existingSecret` 
bring-your-own paths, the value constraints, and the rotation caveats.
   - Why PD startup and liveness stay on `/v1/health` while readiness and the 
Store init-container wait use `/v1/ready`, and how the Server startup budget is 
derived from the startup probe.
   - Upgrade behavior: the one-time roll on the first upgrade after a fresh 
install, the `OnDelete` procedure for production Store image rolls, the PVC 
resize constraint, and the guard that rejects PD/Store scale-down below the 
live StatefulSet.
   - Uninstall behavior (PVCs and Secrets are kept on purpose) and the current 
limitations: no NetworkPolicy yet, `latest` tags, the cross-replica graph 
visibility window of apache/hugegraph#3137, and operator-triggered Store 
recovery.
   
   The full values reference stays in the chart README; the page links to its 
anchors instead of duplicating the tables, so the two cannot drift apart.
   
   Written against the chart at commit `05f3d9e0b` of the PR branch 
(2026-09-18). Verified locally: `scripts/hugo.sh build` passes and both pages 
render (nav placement, mermaid diagram, tables, details blocks) in EN and CN.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to