Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(nodegroup): new integration: spot ocean #6731

Closed

Conversation

IdanShohamNetApp
Copy link

Description

Similarly to the existing integration with kops instance groups, this PR seamlessly integrates Ocean by Spot with unmanaged nodegroups, as a drop-in replacement for AWS Auto Scaling groups.

Usage

To create a new Ocean nodegroup, run:

eksctl create nodegroup \
  --cluster <cluster-name> \
  --nodegroup-name <nodegroup-name> \
  --spot-ocean

To create multiple nodegroups and have more control over the configuration, a config file can be used:

cluster.yaml

  • A cluster with an unmanaged nodegroup and an Ocean-managed nodegroup.

apiVersion: eksctl.io/v1alpha5
kind: ClusterConfig
metadata:
  name: example
  region: us-west-2
nodeGroups:

### Use Ocean.
- name: ocean-ng-1
  minSize: 2
  maxSize: 4

  Enable Ocean integration with all defaults.
  Please see the documentation for a list of available options.
  spotOcean: {} 

Use AWS Auto Scaling group.

- name: ng-2
  minSize: 2
  maxSize: 3

Documentation

Full documentations, with usage examples, can be found here.

@IdanShohamNetApp IdanShohamNetApp changed the title feature - new integration: spot ocean feat(nodegroup): new integration: spot ocean Jun 22, 2023
@IdanShohamNetApp IdanShohamNetApp force-pushed the feature/spot_ocean_integration branch 3 times, most recently from d911f28 to 2358f3b Compare June 25, 2023 14:54
@oded7hoffman
Copy link

oded7hoffman commented Jun 29, 2023

Link to the issue page:
#6694 (comment)

@IdanShohamNetApp IdanShohamNetApp force-pushed the feature/spot_ocean_integration branch 2 times, most recently from 05a8259 to 43a7b74 Compare July 13, 2023 10:56
@netlify
Copy link

netlify bot commented Jul 13, 2023

Deploy Preview for eksctl ready!

Name Link
🔨 Latest commit d457ac0
🔍 Latest deploy log https://app.netlify.com/sites/eksctl/deploys/64aff040cd73e40008390337
😎 Deploy Preview https://deploy-preview-6731--eksctl.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants