Skip to content

spotinst/charts

Repository files navigation

Spot Helm Chart Repository for Kubernetes Artifact HUB

The official repository for all Spot Helm Charts for Kubernetes.

Table of Contents

Installation

  1. Add the Spot Helm chart repository:
helm repo add spot https://charts.spot.io
  1. Update your local Helm chart repository cache:
helm repo update
  1. 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 a values.yaml file.

Documentation

If you're new to Spot and want to get started, please checkout 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:

Community

Contributing

Please see the contribution guidelines.

License

Code is licensed under the Apache License 2.0.