Skip to content

denisp13/spotinst-kubernetes-helm-charts

 
 

Repository files navigation

Spot Kubernetes Helm Charts

The official repository for all Spot Kubernetes Helm Charts.

Installation

  1. Add Spot's Helm charts repository:
$ helm repo add spotinst https://spotinst.github.io/spotinst-kubernetes-helm-charts
  1. Update information of available charts:
$ helm repo update
  1. 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 the 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

License

Code is licensed under the Apache License 2.0.

About

Official repository for all Spot by NetApp Kubernetes Helm Charts.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 96.0%
  • Makefile 4.0%