Skip to content

Commit

Permalink
Docs: fix systemctl restart in manually-setup tutorial (openyurtio#205
Browse files Browse the repository at this point in the history
)
  • Loading branch information
DrmagicE authored and 籁鸣 committed Feb 8, 2021
1 parent 0f4b1c9 commit b56614e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/manually-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit b56614e

Please sign in to comment.