Update kube-cluster-worker-install.sh

This commit is contained in:
Sambo Chea 2021-10-12 18:13:57 +07:00 committed by GitHub
parent fe4f6cf388
commit 3ed111fba2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,6 +76,7 @@ cat <<EOF | sudo tee /etc/docker/daemon.json
}
EOF
echo "Restart docker service..."
sudo systemctl daemon-reload
sudo systemctl restart docker