This commit is contained in:
James Turland 2023-12-05 22:53:55 +00:00
parent d72b39ecf9
commit eb7f1da64a

View file

@ -4,7 +4,7 @@
```
# Create File for RKE2 - Config
```
touch /etc/rancher/rke2/config.yaml
sudo touch /etc/rancher/rke2/config.yaml
echo "token: <ADD-TOKEN>" >> /etc/rancher/rke2/config.yaml
echo "server: https://<ADD-VIP>:9345" >> /etc/rancher/rke2/config.yaml
echo "node-label:" >> /etc/rancher/rke2/config.yaml