-
-
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.
Avoid using cloudinit at all unless the config specifies a MIM type
Prior to this change, node_groups userdata had to be specified as a cloudinit config file. However, Bottlerocket OS doesn't support cloudinit and relies on bare TOML. This change makes the use of cloudinit config rely on the specification of a MIME type for the templated userdata file. Otherwise, the userdata provided falls back to the raw templated file content. *N.B.*: This is backwards compatible, as the default `user_data` specification includes a MIME type (`text/x-shellscript`).
- Loading branch information
Showing
2 changed files
with
30 additions
and
16 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