Skip to content

Commit

Permalink
docs: update version and k8s distro (#3854)
Browse files Browse the repository at this point in the history
Co-authored-by: Lenny Chen <[email protected]>
  • Loading branch information
lennessyy and lennessyy authored Sep 10, 2024
1 parent b946bdf commit b75d616
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,12 @@ key that is in the Signature Database (DB). This is important both during instal
The following table lists a few key arguments for you to pay close attention to.
| **Argument** | **Description** | **Allowed Values** |
| ------------------ | ----------------------------------------------------------------------------------------------------- | ------------------------------------------ |
| `IS_UKI` | Determines whether to build a provider image that supports Trusted Boot. You must set this to `true`. | `true`, `false`. Default is `false`. |
| `K8S_DISTRIBUTION` | Kubernetes distribution. | ` k3s`, `rke2`, `kubeadm`, `kubeadm-fips`. |
| `OS_DISTRIBUTION` | OS distribution. | `ubuntu`, `opensuse-leap`, `rhel`. |
| `OS_VERSION` | OS version. This applies to Ubuntu only. | `20`, `22`. |
| **Argument** | **Description** | **Allowed Values** |
| ------------------ | ----------------------------------------------------------------------------------------------------- | ------------------------------------ |
| `IS_UKI` | Determines whether to build a provider image that supports Trusted Boot. You must set this to `true`. | `true`, `false`. Default is `false`. |
| `K8S_DISTRIBUTION` | Kubernetes distribution. | `rke2` |
| `OS_DISTRIBUTION` | OS distribution. | `ubuntu`, `opensuse-leap`, `rhel`. |
| `OS_VERSION` | OS version. This applies to Ubuntu only. | `23.10`, `24.04` |
10. Open the **Earthfile** in the CanvOS directory. Under `build-provider-images`, remove the lines containing
Kubernetes versions that you do not need.
Expand Down

0 comments on commit b75d616

Please sign in to comment.