Skip to content

Commit

Permalink
Adding pause_before to right step after disconnect (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
abeer91 authored Jun 11, 2020
1 parent 9f7e4f7 commit 5bac3ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eks-worker-al2.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
},
{
"type": "shell",
"pause_before": "90s",
"remote_folder": "{{ user `remote_folder`}}",
"inline": ["mkdir -p /tmp/worker/"]
},
Expand All @@ -128,7 +129,6 @@
"type": "shell",
"remote_folder": "{{ user `remote_folder`}}",
"script": "{{template_dir}}/scripts/install-worker.sh",
"pause_before": "90s",
"environment_vars": [
"KUBERNETES_VERSION={{user `kubernetes_version`}}",
"KUBERNETES_BUILD_DATE={{user `kubernetes_build_date`}}",
Expand Down

0 comments on commit 5bac3ca

Please sign in to comment.