1
0
mirror of https://github.com/terraform-aws-modules/terraform-aws-eks.git synced 2025-09-09 19:32:58 +08:00
Files
terraform-aws-eks/modules/node_groups/templates/userdata.sh.tpl
T
2021-04-19 22:40:37 +02:00

7 lines
173 B
Smarty

#!/bin/bash -e
# Allow user supplied pre userdata code
${pre_userdata}
sed -i '/^KUBELET_EXTRA_ARGS=/a KUBELET_EXTRA_ARGS+=" ${kubelet_extra_args}"' /etc/eks/bootstrap.sh