-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make device name configurable for managed node groups
Prior to this change, the device name was hard coded to `/dev/xvda`, while Bottlerocket has two volumes: a core OS volume that should be left as defined by the AMI; and a user-space volume `/dev/xvdb` that _should_ be configurable (but wasn't). This change allows the specification of the device name for the sole configurable EBS volume in the managed node group launch template. This therefore supports the Bottlerocket usecase (as demonstrated in the `managed_bottlerocket_node_group` example), as well as any other AMI with alternative volume naming.
- Loading branch information
Showing
3 changed files
with
5 additions
and
1 deletion.
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