Skip to content

Commit 8b4b0d3

Browse files
authored
WIRE-1903: Add support for spot-handler (#611)
* WIRE-1903: Add support for spot-handler * Address comments * Add the correct release for spot-handler support
1 parent e200923 commit 8b4b0d3

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

examples/castware-operator/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Manual version control - you specify component versions explicitly.
2121
- You want to pin specific component versions
2222
- You need approval before upgrades
2323
- Testing new versions before rollout
24-
- You don't want the agent version to be bumped at Operator onboarding
24+
- You don't want the agent & spot-handler versions to be updated during Operator onboarding
2525

2626
```hcl
2727
set {
@@ -73,9 +73,8 @@ components:
7373
```
7474
7575
**Available components:**
76-
- `castai-agent` - Main Cast AI agent
77-
78-
See [full configuration options](https://github.com/castai/helm-charts/tree/main/charts/castai-agent) in the agent chart.
76+
- `castai-agent` - Main Cast AI agent ([full configuration options](https://github.com/castai/helm-charts/tree/main/charts/castai-agent))
77+
- `spot-handler` - Cast AI spot handler daemon ([full configuration options](https://github.com/castai/helm-charts/tree/main/charts/castai-spot-handler)) *support added with Operator version v0.1.0
7978

8079
### 3. Deploy
8180

examples/castware-operator/agent-values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@ components:
88
additionalEnv:
99
AKS_CLUSTER_NAME: ${aks_cluster_name}
1010
AKS_CLUSTER_REGION: ${aks_cluster_region}
11+
spot-handler:
12+
component: spot-handler
13+
cluster: castai
14+
enabled: true

0 commit comments

Comments
 (0)