mirror of
https://github.com/clearlinux/cloud-native-setup.git
synced 2026-09-06 05:41:40 +00:00
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:
committed by
Ganesh Maharaj Mahalingam
parent
5246582266
commit
bdd8d89025
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user