webinstall / webi-installer-requests

This is just to house issues for requests for new Webi installers.
Mozilla Public License 2.0
5 stars 7 forks source link

Request for eksctl for aws #40

Open xiagw opened 2 years ago

xiagw commented 2 years ago

Request for eksctl for aws

coolaj86 commented 2 years ago

eksctl is written in Go, so the installer should be super easy to do.

The releases are here: https://github.com/weaveworks/eksctl/releases

How to create an installer for eksctl?

First, look at the instructions and video here:

You can use https://github.com/webinstall/webi-installers/tree/main/keypairs as a template. It's also released with goreleaser.

mlopez122 commented 2 years ago

Hi! I am going to try and take on this issue and make a pull request.

mlopez122 commented 2 years ago

I have made a pull request that is ready for review.

coolaj86 commented 8 months ago

@xiagw Could you make the cheat sheet for this? The installer portion is ready from https://github.com/webinstall/webi-installers/pull/374.

xiagw commented 8 months ago

eksctl - The official CLI for Amazon EKS eksctl is a simple CLI tool for creating clusters on EKS - Amazon's new managed Kubernetes service for EC2. You can create a cluster in minutes with just one command – eksctl create cluster!

coolaj86 commented 8 months ago

@xiagw By cheat sheet I mean "what are the 10% of commands or uses that 90% of people who decide to use this tool will use it for".

What do you use it for? What commands or config do you run?

xiagw commented 7 months ago
  1. eksctl create cluster
  2. eksctl create cluster --dry-run
  3. eksctl create cluster --name cluster-test
  4. eksctl create cluster --config-file 01-simple-cluster.yaml