dynamo/deploy/helm
daiyaanarfeen 651ef5b506
feat: throughput-metrics-source for SLA planner + GlobalPlanner disagg scaling (#6500)
Signed-off-by: Daiyaan <darfeen@nvidia.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-25 22:58:24 +00:00
..
charts feat: throughput-metrics-source for SLA planner + GlobalPlanner disagg scaling (#6500) 2026-02-25 22:58: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.