Skip to content

Commit

Permalink
Removed the docker restarting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Skarlso committed Aug 6, 2021
1 parent 50659eb commit f16e503
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/nodebootstrap/bindata/assets/bootstrap.al2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jq -s '.[0] * .[1]' "${KUBELET_CONFIG}" "${KUBELET_EXTRA_CONFIG}" > "${TMP_KUBE_
mv "${TMP_KUBE_CONF}" "${KUBELET_CONFIG}"

systemctl daemon-reload
echo "eksctl: restarting docker daemon"
systemctl restart docker
echo "eksctl: restarting kubelet-eks"
systemctl restart kubelet
echo "eksctl: done"

0 comments on commit f16e503

Please sign in to comment.