|
|
||
|---|---|---|
| .. | ||
| charts | ||
| README.md | ||
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 duringhelm install. - Upgrades: A
pre-upgradehook Job applies CRDs using server-side apply from the operator image. This is necessary because Helm does not update CRDs from thecrds/directory onhelm upgrade. This can be disabled by settingupgradeCRD: false.