The official repository for all Spot Helm Charts for Kubernetes.
- Add the Spot Helm chart repository:
helm repo add spot https://charts.spot.io
- Update your local Helm chart repository cache:
helm repo update
- Install a chart. For example, install the Ocean Operator:
helm install ocean-operator spot/ocean-operator \
--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 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 spot-charts.
- Join our Spot community on Slack.
- Open an issue.
Please see the contribution guidelines.
Code is licensed under the Apache License 2.0.