The official repository for all Spot Helm Charts for Kubernetes.
- Add the Spot Helm chart repository:
helm repo add spotinst https://spotinst.github.io/spotinst-kubernetes-helm-charts
- Update your local Helm chart repository cache:
helm repo update
- Install a chart. For example, install the Ocean Controller:
helm install my-release spotinst/spotinst-kubernetes-cluster-controller \
--set spotinst.token=REDACTED \
--set spotinst.account=REDACTED \
--set spotinst.clusterIdentifier=REDACTED \
# [...]
NOTE: Please configure all required chart values using the
set
command line argument or avalues.yaml
file.
If you're new to Spot and want to get started, please check out our Getting Started guide, available on the Spot Documentation website.
We use GitHub issues for tracking bugs and feature requests. Please use these community resources for getting help:
- Ask a question on Stack Overflow and tag it with spotinst-kubernetes-helm-charts.
- Join our Spot community on Slack.
- Open an issue.
Code is licensed under the Apache License 2.0.