diff --git a/docs/tutorial/manually-setup.md b/docs/tutorial/manually-setup.md index f2eb9bd29a6..0142b3cb250 100644 --- a/docs/tutorial/manually-setup.md +++ b/docs/tutorial/manually-setup.md @@ -104,5 +104,5 @@ sed -i "s|KUBELET_KUBECONFIG_ARGS=--bootstrap-kubeconfig=\/etc\/kubernetes\/boot Finally, we restart the kubelet service ```bash # assume we are logged in to the edge node already -$ systemctl daemon-reload && systemctl restart +$ systemctl daemon-reload && systemctl restart kubelet ```