Remove brackets

pull/758/head
redsoxfantom 2024-01-29 12:35:10 -05:00
parent 036d84f964
commit b6c72dbccc
1 changed files with 3 additions and 5 deletions

View File

@ -294,11 +294,9 @@ EOF
### Start the Worker Services ### Start the Worker Services
``` ```
{ sudo systemctl daemon-reload
sudo systemctl daemon-reload sudo systemctl enable containerd kubelet kube-proxy
sudo systemctl enable containerd kubelet kube-proxy sudo systemctl start containerd kubelet kube-proxy
sudo systemctl start containerd kubelet kube-proxy
}
``` ```
> Remember to run the above commands on each worker node: `worker-0`, `worker-1`, and `worker-2`. > Remember to run the above commands on each worker node: `worker-0`, `worker-1`, and `worker-2`.