Build Kairos appliances
Note
The build functionality is provided by the OSArtifact custom resource in the Kairos operator. This documentation has moved to the dedicated Kairos Operator section.
The Kairos operator provides the OSArtifact CRD which allows you to build ISOs, cloud images (AWS, Azure, GCE, OpenStack), and netboot artifacts from container images directly in Kubernetes.
- OSArtifact — Build OS Artifacts — Full documentation on building ISOs, cloud images, and netboot artifacts
- Custom artifacts storage — Optional
spec.artifacts.volume(withspec.volumes) stores build outputs on a volume you define (e.g. your own PVC,hostPath, NFS) instead of the operator-created PVC; see Accessing built artifacts (includes kindextraMountsfor local host directories). - Operator Installation — How to install the operator
- Creating Custom Cloud Images — Guide on creating custom cloud images