-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a way for users to provide bootstrap command
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.
- Loading branch information
1 parent
cfa16dc
commit 4fbfa95
Showing
3 changed files
with
18 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters