dynamo/deploy/helm
Schwinn Saereesitthipitak 92b341f36e
docs: update snapshot checkpointing docs (#7244)
2026-03-11 22:00:24 +00:00
..
charts docs: update snapshot checkpointing docs (#7244) 2026-03-11 22:00:24 +00:00
README.md feat: simplify CRD management (#6466) 2026-02-23 19:18:13 -07:00

README.md

Dynamo Kubernetes Helm Charts

The following Helm chart is available for the Dynamo Kubernetes Platform:

  • platform - This chart installs the complete Dynamo Kubernetes Platform, including the Dynamo Operator, NATS, etcd, Grove, and Kai Scheduler.

CRD Management

CRDs are bundled in the operator subchart's crds/ directory and managed automatically:

  • Initial install: Helm natively installs CRDs from the crds/ directory during helm install.
  • Upgrades: A pre-upgrade hook Job applies CRDs using server-side apply from the operator image. This is necessary because Helm does not update CRDs from the crds/ directory on helm upgrade. This can be disabled by setting upgradeCRD: false.