-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Allow user to override node bootstrap script #522
Conversation
4fbfa95
to
e13ef8c
Compare
e13ef8c
to
c389ffb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
2e2d085
to
a18d4d4
Compare
This should allow those who _know what their are doing_ to pass a custom script to run inside of cloud-init. Anyone looking to use this will need to defined a shell script that would resemble `bootstrap.{al2,ubuntu}.sh`. This should cater for any of advanced use-cases, where additional files must be created on EC2 instances prior to boot or anything of that nature. Alternative approach is to use a custom AMI, or propose an eksctl feature, but this is meant as a stop-gap for testing things out.
a18d4d4
to
d6d762a
Compare
@jrryjcksn would you mind to re-approve this please? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks much better
Not sure I have understood how should I provide to the eksctl command the user data I want to be used in the worker node |
…verwrite Allow volume attach limit overwrite via command line parameter
Description
This should close #69. It introduces a way for user to override the entier
bootstrap.{al2,ubuntu}.sh
with their own version.Checklist
make build
)make test
)make integration-test
)