diff --git a/asciidoc/quickstart/eib.adoc b/asciidoc/quickstart/eib.adoc index d7ea92d7..5371d1e8 100644 --- a/asciidoc/quickstart/eib.adoc +++ b/asciidoc/quickstart/eib.adoc @@ -13,6 +13,11 @@ endif::[] Edge Image Builder (EIB) is a tool that streamlines the process of generating Customized, Ready-to-Boot (CRB) disk images for bootstrapping machines, even in fully air-gapped scenarios. EIB is used to create deployment images for use in all three of the SUSE Edge deployment footprints, as it's flexible enough to offer the smallest customizations, e.g. adding a user or setting the timezone, through offering a comprehensively configured image that sets up, for example, complex networking configurations, deploys multi-node Kubernetes clusters, deploys customer workloads, and registers to the centralized management platform via Rancher/Elemental and SUSE Multi-Linux Manager. EIB runs as in a container image, making it incredibly portable across platforms and ensuring that all of the required dependencies are self-contained, having a very minimal impact on the installed packages of the system that's being used to operate the tool. +[NOTE] +==== +For multi-node scenarios, EIB automatically deploys MetalLB and Endpoint Copier Operator in order for hosts provisioned using the same built image to automatically join a Kubernetes cluster. +==== + For more information, read the <>. [WARNING]