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

Support for Pre bootstrap commands in Unmanaged Windows Node Groups #2003

Closed
niranjan94 opened this issue Apr 3, 2020 · 0 comments · Fixed by #2004
Closed

Support for Pre bootstrap commands in Unmanaged Windows Node Groups #2003

niranjan94 opened this issue Apr 3, 2020 · 0 comments · Fixed by #2004
Assignees
Labels
kind/feature New feature or request

Comments

@niranjan94
Copy link
Contributor

Why do you want this feature?

For Linux Node groups, preBootstrapCommands can be used to run custom scripts/commands at instance start up. But the same is not possible for windows instances. Some uses cases for this would be:

  • Setting the instance pagefile size
  • Installing & configuring the cloudwatch agent for instance metrics collection.

What feature/behavior/change do you want?

  • Allow preBootstrapCommands command (Powershell commands) for windows node groups and add it it as a part of the instance user data.
@niranjan94 niranjan94 added the kind/feature New feature or request label Apr 3, 2020
sayboras pushed a commit to sayboras/eksctl that referenced this issue Apr 27, 2020
Allows the specification of preBootstrapCommands in the node group spec for windows. Users can run custom Powershell commands on instance start before the instance is bootstrapped for EKS.

Issue eksctl-io#2003
michaelbeaumont pushed a commit that referenced this issue May 11, 2020
Allows the specification of preBootstrapCommands in the node group spec for windows. Users can run custom Powershell commands on instance start before the instance is bootstrapped for EKS.

Issue #2003
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants