mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-11 21:11:32 +01:00
feat: Added custom AMI support for managed node groups (#1473)
This commit is contained in:
@@ -4,3 +4,6 @@
|
||||
${pre_userdata}
|
||||
|
||||
sed -i '/^KUBELET_EXTRA_ARGS=/a KUBELET_EXTRA_ARGS+=" ${kubelet_extra_args}"' /etc/eks/bootstrap.sh
|
||||
%{ if run_bootstrap_script }
|
||||
/etc/eks/bootstrap.sh ${cluster_name}
|
||||
%{ endif }
|
||||
|
||||
Reference in New Issue
Block a user