The script creates Ubuntu LTS machine using Multipass and installs RKE2 with Rancher on a single virtual machine.
It takes about 5-10 minutes.
- Install Multipass and make sure it's working (download: multipass.run/install).
- To get help run:
bash linux/run.sh -h
- To try it out run:
bash linux/run.sh
- Make sure that you have running and correctly configured Hyper-V.
- Install Multipass and choose Hyper-V as provider (download: multipass.run/install).
- To get help run:
powershell windows\hyperv_run.ps1 -h
- To try it out run:
powershell windows\hyperv_run.ps1
-
To permanently delete a specific instance:
multipass delete <instance-name> --purge
-
To permanently delete all instances:
multipass delete --all --purge