Ocean Operator for Kubernetes is an Operator that makes use of custom resources and can be used to create and manage Ocean components.
- Install
ocean-operator
:
spotctl ocean install \
--set spotinst.token=REDACTED \
--set spotinst.account=REDACTED \
--set spotinst.clusterIdentifier=REDACTED \
--namespace spot-system
# [...]
Ensure all Kubernetes Pods in spot-system
namespace are deployed and have a STATUS
of Running
:
kubectl get pods -n spot-system
- Install a Helm client with a version 3 or later.
- Add the Spot Helm repository:
helm repo add spot https://charts.spot.io
- Update your local Helm chart repository cache:
helm repo update
- 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 \
# [...]
Ensure all Kubernetes Pods in spot-system
namespace are deployed and have a STATUS
of Running
:
kubectl get pods -n spot-system
If you're new to Spot and want to get started, please checkout our Getting Started guide, available on the Spot Documentation website.
We use GitHub issues for tracking bugs and feature requests. Please use these community resources for getting help:
- Ask a question on Stack Overflow and tag it with ocean-operator.
- Join our Spot community on Slack.
- Open an issue.
Please see the contribution guidelines.
Code is licensed under the Apache License 2.0.