setup: restart services

After we have maybe modified the setups of the services, we need to
reload and restart them.

Signed-off-by: Graham Whaley <graham.whaley@intel.com>
This commit is contained in:
Graham Whaley
2018-12-07 07:42:40 -08:00
committed by Ganesh Maharaj Mahalingam
parent 5246582266
commit bdd8d89025
+6
View File
@@ -77,3 +77,9 @@ EOF
done
fi
set -o nounset
# We have potentially modified their env files, we need to restart the services.
sudo systemctl daemon-reload
sudo systemctl restart crio || true
sudo systemctl restart docker || true
sudo systemctl restart kubelet || true