feat: Create launch template for Managed Node Groups (#1138)

Signed-off-by: Kevin Lefevre <lefevre.kevin@gmail.com>
This commit is contained in:
Kevin Lefevre
2021-04-19 22:40:37 +02:00
committed by GitHub
parent 64b3916fd0
commit 2e1651df86
7 changed files with 185 additions and 20 deletions

View File

@@ -0,0 +1,6 @@
#!/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