The official repository for all Spot Kubernetes Helm Charts.
- Add Spot's Helm charts repository:
$ helm repo add spotinst https://spotinst.github.io/spotinst-kubernetes-helm-charts
- Update information of available charts:
$ helm repo update
- Install the Ocean Controller:
$ helm install spotinst/spotinst-kubernetes-cluster-controller \
--set spotinst.token=REDACTED \
--set spotinst.account=REDACTED \
--set spotinst.clusterIdentifier=REDACTED
NOTE: All chart values should be specified using the
--set
command-line argument or thevalues.yaml
file.
If you're new to Spot and want to get started, please checkout 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.