Skip to content

Commit

Permalink
Restart kubelet after containerd on s390x
Browse files Browse the repository at this point in the history
  • Loading branch information
BbolroC committed Jan 22, 2025
1 parent a412d14 commit a2c3758
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install/pre-install-payload/scripts/reqs-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@ function restart_systemd_service() {
host_systemctl daemon-reload
echo "Restarting ${container_engine}"
host_systemctl restart "${container_engine}"
if [ "$(uname -m)" == "s390x" ]; then
host_systemctl restart kubelet
fi
}

function configure_nydus_snapshotter_for_containerd() {
Expand Down

0 comments on commit a2c3758

Please sign in to comment.