An open API service indexing awesome lists of open source software.

https://github.com/spotinst/charts

Spot Helm Chart Repository for Kubernetes.
https://github.com/spotinst/charts

charts helm kubernetes ocean operational-service owned-by-oren-gurfinkel

Last synced: 3 months ago
JSON representation

Spot Helm Chart Repository for Kubernetes.

Awesome Lists containing this project

README

          

# Spot Helm Chart Repository for Kubernetes [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/spot)](https://artifacthub.io/packages/search?repo=spot)

The official repository for all Spot Helm Charts for Kubernetes.

## Table of Contents

- [Installation](#installation)
- [Documentation](#documentation)
- [Getting Help](#getting-help)
- [Community](#community)
- [Contributing](#contributing)
- [License](#license)

## Installation

1. Add the Spot Helm chart repository:

```sh
helm repo add spot https://charts.spot.io
```

2. Update your local Helm chart repository cache:

```sh
helm repo update
```

3. Install a chart. For example, install the Ocean Operator:

```sh
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](https://docs.spot.io/connect-your-cloud-provider/) guide, available on the [Spot Documentation](https://docs.spot.io/) 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](https://stackoverflow.com/) and tag it with [spot-charts](https://stackoverflow.com/questions/tagged/spot-charts/).
- Join our Spot community on [Slack](http://slack.spot.io/).
- Open an [issue](https://github.com/spotinst/charts/issues/new/choose/).

## Community

- [Slack](http://slack.spot.io/)
- [Twitter](https://twitter.com/spotinst/)

## Contributing

Please see the [contribution guidelines](.github/CONTRIBUTING.md).

## License

Code is licensed under the [Apache License 2.0](https://github.com/spotinst/charts/blob/master/LICENSE/).