feat: Added custom AMI support for managed node groups (#1473)

This commit is contained in:
Andrii Barabash
2021-09-08 19:51:20 +03:00
committed by GitHub
parent 281e46a0e3
commit 1d322ebe3f
3 changed files with 9 additions and 3 deletions

View File

@@ -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 }