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

Feature Request : Create cluster as part of Install script #24

Open
sunnygoel87 opened this issue Feb 16, 2024 · 3 comments
Open

Feature Request : Create cluster as part of Install script #24

sunnygoel87 opened this issue Feb 16, 2024 · 3 comments

Comments

@sunnygoel87
Copy link

Hi,

Currently cluster creation step is not part of install script. Is it possible to include that as a 1st item in the install script ? That way user doesn't need to run a separate command(eksctl create cluster -f <filename>) to provision the cluster. Everything required will be a part of install script.

@nimakaviani
Copy link
Contributor

fair point. The initial idea for the reference implementation was to assume a bring-your-own-cluster setup, but we should be able to make it bootstrap itself.

@sunnygoel87
Copy link
Author

fair point. The initial idea for the reference implementation was to assume a bring-your-own-cluster setup, but we should be able to make it bootstrap itself.

Thanks @nimakaviani . Let me know if you want me to work on this.

@nimakaviani
Copy link
Contributor

Thanks @sunnygoel87 .. we had a chat about this and landed on making this an optional feature for the script, eg., a flag that if passed to the script will run eksctl to create the cluster. if you are interested in taking this on, we definitely appreciate a PR :)

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

No branches or pull requests

2 participants