Update Containers/Kubernetes/Rancher RKE2/Rancher RKE2 Cluster.md

This commit is contained in:
Nicole Rappe
2024-01-22 18:49:17 -07:00
parent df85bc3ca4
commit 356b1ededf

View File

@ -12,10 +12,7 @@ You will need to run these commands on every server that participates in the clu
``` sh ``` sh
sudo apt update && sudo apt upgrade -y sudo apt update && sudo apt upgrade -y
sudo apt install nfs-common iptables nano htop -y sudo apt install nfs-common iptables nano htop -y
``` sleep 15
### Reboot the Node
``` sh
sudo apt autoremove -y sudo apt autoremove -y
sudo reboot sudo reboot
``` ```