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

Request for eksctl for aws #40

Open
xiagw opened this issue Dec 9, 2021 · 7 comments
Open

Request for eksctl for aws #40

xiagw opened this issue Dec 9, 2021 · 7 comments
Labels
first-timers-only Alias for 'good first issue' good first issue Good for newcomers hacktoberfest Hacktoberfest contest alias for 'good first issue' up-for-grabs Alias for 'good first issue'

Comments

@xiagw
Copy link

xiagw commented Dec 9, 2021

Request for eksctl for aws

@coolaj86 coolaj86 added the good first issue Good for newcomers label Dec 9, 2021
@coolaj86
Copy link
Member

coolaj86 commented Dec 9, 2021

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
Copy link

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

@mlopez122
Copy link

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

@coolaj86 coolaj86 transferred this issue from webinstall/webi-installers Oct 12, 2023
@coolaj86 coolaj86 added first-timers-only Alias for 'good first issue' up-for-grabs Alias for 'good first issue' hacktoberfest Hacktoberfest contest alias for 'good first issue' labels Oct 16, 2023
@coolaj86
Copy link
Member

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

@xiagw
Copy link
Author

xiagw commented Oct 19, 2023

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
Copy link
Member

coolaj86 commented Nov 5, 2023

@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
Copy link
Author

xiagw commented Dec 9, 2023

  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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
first-timers-only Alias for 'good first issue' good first issue Good for newcomers hacktoberfest Hacktoberfest contest alias for 'good first issue' up-for-grabs Alias for 'good first issue'
Projects
None yet
Development

No branches or pull requests

3 participants