Skip to content

Commit

Permalink
docs: update arg table (#4566)
Browse files Browse the repository at this point in the history
* docs: add missing args

* docs: clarify SELinux

---------

Co-authored-by: Lenny Chen <[email protected]>
  • Loading branch information
lennessyy and lennessyy authored Nov 4, 2024
1 parent f9e988e commit 695d323
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,12 @@ of both the provider images and the Edge Installer ISO. This page lists the para
| ----------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------- |
| `ARCH` | Architecture of the image. Required. | `amd64`, `arm64`. |
| `AUTO_ENROLL_SECUREBOOT_KEYS` | Determines whether to auto enroll keys used for Trusted Boot. | `true`, `false`. Default is `false`. |
| `BASE_IMAGE` | Base image to be used for building installer and provider images. You only need to provide a value for this parameter when [building a FIPS-enabled image](./fips.md). | Image URL |
| `CIS_HARDENING` | Whether to harden Edge artifacts according to [Center for Internet Security (CIS) standards](https://www.cisecurity.org/cis-benchmarks). | `true`, `false`, Default is `false`. |
| `CLUSTERCONFIG` | Path to a cluster definition file. For more information refer to [Export Cluster Definition](../../local-ui/cluster-management/export-cluster-definition.md). | URL string. |
| `CUSTOM_TAG` | A custom tag for the provider images. This custom tag will be appended to the `IMAGE_REGISTRY` and `IMAGE_REPO` parameters to form the full image tag. | Lowercase alphanumeric string without spaces. |
| `DISABLE_SELINUX` | Disable Security-Enhanced Linux (SELinux) in the operating system. Set this to true when your cluster has applications are not compatible with SELinux, such as KubeVirt. | `true`, `false` |
| `EDGE_CUSTOM_CONFIG` | Path to the Edge custom configuration file. The file is used to provide public keys for the host to verify signatures. Refer to [Embed a Public Key in Edge Artifacts](./signed-content.md) for more information. | **.edge_custom_config.yaml** |
| `FIPS_ENABLED` | Whether to generate FIPS compliant binaries. | `true`, `false.` Default is `false` |
| `HTTP_PROXY` | URL of the HTTP Proxy server. | URL string. |
| `HTTPS_PROXY` | URL of the HTTPS Proxy server. | URL string. |
Expand Down

0 comments on commit 695d323

Please sign in to comment.