Awesome
Spot Helm Chart Repository for Kubernetes
The official repository for all Spot Helm Charts for Kubernetes.
Installation
- 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.
Documentation
If you're new to Spot and want to get started, please check out our Getting Started guide, available on the Spot Documentation website.
Getting Help
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.
Community
License
Code is licensed under the Apache License 2.0.