Skip to content

Commit

Permalink
docs: specify merging behavior for custom AMI family
Browse files Browse the repository at this point in the history
Fixes #4708
  • Loading branch information
tzneal committed Sep 29, 2023
1 parent e94bffe commit 34ae111
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/content/en/preview/concepts/node-templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,10 @@ For more examples on configuring these fields for different AMI families, see th

Karpenter will evaluate and merge the UserData that you specify in the AWSNodeTemplate resources depending upon the AMIFamily that you have chosen.

#### Custom

* No merging is performed, your UserData must perform all setup required of the node to allow it to join the cluster.

#### Bottlerocket

* Your UserData must be valid TOML.
Expand Down

0 comments on commit 34ae111

Please sign in to comment.