This repo provides configuration and automation for deploying UDS Core on RKE2 with an emphasis on on-prem installations.
Note
The docs in this repo are used in the official UDS docs.
This quickstart is for users who want to deploy UDS RKE2 on a local Ubuntu VM using Lima.
The following requirements assume you will be running a VM locally using Lima
- 32GB RAM
- 14 CPU cores
The following command runs the default task in the tasks.yaml file in this repo to create a Lima Ubuntu VM with an RKE2 cluster, and installs UDS Core:
uds run
This quickstart assumes an RKE2 cluster is running and is accessible via the CLI.
The following are recommended compute requirements for the system that RKE2 is running on:
- 20GB RAM
- 10 CPU cores
Assuming you are connected to the RKE2 cluster, the following command will install UDS Core and and its prerequisites
uds run install
More details regarding running UDS on RKE2 can be found in the official tutorial.