Configuration
These are the chart’s configurable values. Override them with --set <key>=<value> or a values file (-f values.yaml) at install or upgrade time.
Requirements
Kubernetes: >=1.27.0-0
Values
Key |
Type |
Default |
Description |
|---|---|---|---|
controller |
object |
|
Controller Deployment settings (image, replicas, RBAC gates, env, resources). |
controller.deployGates |
list |
|
Node-label keys the controller flips to “false” during a kmd upgrade to drain sibling DaemonSets that hold /dev/tenstorrent. Each listed key is set to “false” on every matched node BEFORE the DaemonSet template is bumped (sibling DS’s nodeAffinity stops matching → DS controller deletes the pod → FDs close → refcnt drops). Labels are REMOVED (not flipped back to “true”) once the new builder pod is Ready — the chart’s NotIn [“false”] semantic schedules the DS back when the label is absent. Unset (key missing entirely) → controller uses its compiled-in default (today: tenstorrent.com/deploy.tt-telemetry). An explicit empty list disables the gate-flip step entirely. |
controller.extraEnv |
list |
|
Extra env vars appended to the controller and propagated to spawned builder pods; escape hatch for HTTPS_PROXY/HTTP_PROXY/NO_PROXY in proxied clusters where the builder must git-clone tt-kmd. |
controller.image.pullPolicy |
string |
|
Controller image pull policy. |
controller.image.repository |
string |
|
Controller image repository. |
controller.image.tag |
string |
|
Controller image tag; falls back to .Chart.AppVersion when empty. |
controller.leaderElection |
bool |
|
Enable leader election on the controller manager. |
controller.replicas |
int |
|
Controller Deployment replica count. |
controller.requireTenstorrentLabel |
string |
|
Require nodes to carry the Tenstorrent NFD PCI label before reconciling. |
controller.resources |
object |
|
Controller container resource requests/limits. |
driver |
object |
|
Image the controller spawns as the per-node builder DaemonSet pod (builds tt-kmd against host headers, insmods into the host kernel). |
driver.image.pullPolicy |
string |
|
Builder image pull policy (reserved; per-CR policy set on the CR). |
driver.image.repository |
string |
|
Builder image repository. |
driver.image.tag |
string |
|
Builder image tag; falls back to .Chart.AppVersion when empty. |
flasher |
object |
|
Image the controller spawns as the per-node firmware flash Job (bundles tt-flash + tt-smi, driven by TenstorrentFirmwarePolicy). |
flasher.image.pullPolicy |
string |
|
Flasher image pull policy (reserved; per-CR policy set on the CR). |
flasher.image.repository |
string |
|
Flasher image repository. |
flasher.image.tag |
string |
|
Flasher image tag; falls back to .Chart.AppVersion when empty. |
imagePullSecrets |
list |
|
Pull secrets for the controller + installer ServiceAccounts; inherited by spawned builder/flasher pods. Leave empty for public images. |