Skip to content

raghavendraDBA/spotinst-kubernetes-helm-charts

 
 

Repository files navigation

Spot Helm Chart Repository for Kubernetes

The official repository for all Spot Helm Charts for Kubernetes.

Installation

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

Community

License

Code is licensed under the Apache License 2.0.

About

fork repository NetApp Kubernetes Helm Charts.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Mustache 51.1%
  • Shell 29.6%
  • Makefile 19.3%