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 aws#4708
  • Loading branch information
tzneal authored and johngmyers committed May 31, 2024
1 parent 265a32b commit 0886dcf
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 0886dcf

Please sign in to comment.