We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fc609b commit 84a3761Copy full SHA for 84a3761
examples/launch_templates_with_managed_node_groups/templates/userdata.sh.tpl
@@ -3,8 +3,8 @@ Content-Type: multipart/mixed; boundary="//"
3
4
--//
5
Content-Type: text/x-shellscript; charset="us-ascii"
6
-#!/bin/bash
7
-set -xe
+#!/bin/bash
+set -e
8
9
# Bootstrap and join the cluster
10
/etc/eks/bootstrap.sh --b64-cluster-ca '${cluster_auth_base64}' --apiserver-endpoint '${endpoint}' ${bootstrap_extra_args} --kubelet-extra-args "${kubelet_extra_args}" '${cluster_name}'
templates/userdata.sh.tpl
@@ -1,4 +1,4 @@
1
-#!/bin/bash -xe
+#!/bin/bash -e
2
# Allow user supplied pre userdata code
${pre_userdata}
0 commit comments