Merge pull request #335 from optimismuspur/patch-1

rke2-for-rancher.md Kubernetes Versions differ
This commit is contained in:
Billy Tat
2022-12-08 14:22:08 -08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -43,7 +43,7 @@ tls-san:
After that, you need to run the install command and enable and start rke2:
```
curl -sfL https://get.rke2.io | INSTALL_RKE2_CHANNEL=v1.20 sh -
curl -sfL https://get.rke2.io | sh -
systemctl enable rke2-server.service
systemctl start rke2-server.service
```
@@ -43,7 +43,7 @@ tls-san:
After that, you need to run the install command and enable and start rke2:
```
curl -sfL https://get.rke2.io | INSTALL_RKE2_CHANNEL=v1.20 sh -
curl -sfL https://get.rke2.io | sh -
systemctl enable rke2-server.service
systemctl start rke2-server.service
```