mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-01-15 08:14:12 +01:00
7 lines
173 B
Smarty
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
|