Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

spotinst/ocean-operator

Repository files navigation

Ocean Operator for Kubernetes

Ocean Operator for Kubernetes is an Operator that makes use of custom resources and can be used to create and manage Ocean components.

Table of Contents

Installation

Install with Spot CLI

Prerequisites

Steps

  1. Install ocean-operator:
spotctl ocean install \
  --set spotinst.token=REDACTED \
  --set spotinst.account=REDACTED \
  --set spotinst.clusterIdentifier=REDACTED \
  --namespace spot-system
  # [...]

Verify

Ensure all Kubernetes Pods in spot-system namespace are deployed and have a STATUS of Running:

kubectl get pods -n spot-system

Install with Helm

Prerequisites

Steps

  1. Add the Spot Helm repository:
helm repo add spot https://charts.spot.io
  1. Update your local Helm chart repository cache:
helm repo update
  1. Install ocean-operator:
helm install my-release spot/ocean-operator \
  --set spotinst.token=REDACTED \
  --set spotinst.account=REDACTED \
  --set spotinst.clusterIdentifier=REDACTED \
  --namespace spot-system \
  --create-namespace \
  # [...]

Verify

Ensure all Kubernetes Pods in spot-system namespace are deployed and have a STATUS of Running:

kubectl get pods -n spot-system

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.