adamant-kite-43734
08/11/2023, 7:07 PMacoustic-addition-45641
08/11/2023, 7:20 PMswift-sunset-4572
08/11/2023, 8:07 PMswift-sunset-4572
08/11/2023, 8:08 PMacoustic-addition-45641
08/11/2023, 8:08 PMacoustic-addition-45641
08/11/2023, 8:08 PMswift-sunset-4572
08/11/2023, 8:09 PMacoustic-addition-45641
08/11/2023, 8:12 PMswift-sunset-4572
08/11/2023, 8:12 PMswift-sunset-4572
08/11/2023, 8:13 PMswift-sunset-4572
08/11/2023, 8:13 PMswift-sunset-4572
08/11/2023, 8:13 PMswift-sunset-4572
08/11/2023, 8:13 PMswift-sunset-4572
08/11/2023, 8:13 PMacoustic-addition-45641
08/11/2023, 8:21 PMswift-sunset-4572
08/11/2023, 8:22 PMMaster Node configuration
curl -sfL <https://get.rke2.io> | sh -
systemctl enable rke2-server.service
systemctl start rke2-server.service
systemctl status rke2-server.service
cd /usr/local/bin
cp /var/lib/rancher/rke2/bin/kubectl .
cp /var/lib/rancher/rke2/bin/crictl .
kubectl get nodes
Token is in --> cat /var/lib/rancher/rke2/server/node-token
cp /var/lib/rancher/rke2/bin/* /usr/local/bin/
Rancher Add the master node to the existing one -
curl -sfL <https://get.rke2.io> | INSTALL_RKE2_TYPE="server" sh -
systemctl enable rke2-server.service
mkdir -p /etc/rancher/rke2/
vim /etc/rancher/rke2/config.yaml --->
server: <https://atl20er8k8poc01.amer.prgx.com:9345>
token: K101d1721c1d7f2e6f0010076a43575dda9421f95a59c06cd401d0869fba8f8e4e5::server:d3271e27614df319d859be7ec0261cd2
systemctl start rke2-server.service
systemctl status rke2-server.service