File tree Expand file tree Collapse file tree
examples/castware-operator Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments