This commit is contained in:
James Turland
2023-12-06 01:02:07 +00:00
parent 1c71a54f5a
commit 1c69ba67a4
2 changed files with 69 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ node-label:
# Install RKE2
```
sudo su
sudo curl -sfL https://get.rke2.io | INSTALL_RKE2_TYPE="agent" sh -
curl -sfL https://get.rke2.io | INSTALL_RKE2_TYPE="agent" sh -
```
# Enable RKE2
```