The Elemental operator is responsible for managing the OS versions and maintaining a machine inventory to assist with edge or baremetal installations.
Go to file
David Cassany Viladomat abbd2e75fc
Bump default operator channel to Micro 6.1 images (#902)
Signed-off-by: David Cassany <dcassany@suse.com>
2025-02-18 15:11:01 +01:00
.github No need to install yq neither to create a GH release 2024-10-25 13:13:51 +02:00
.obs Bump default operator channel to Micro 6.1 images (#902) 2025-02-18 15:11:01 +01:00
Examples/elemental.cattle.io/v1beta1
api/v1beta1 Do not include Config to MachineRegistration as pointer (#870) 2024-10-22 15:26:03 +02:00
cmd register: always register when called (#816) 2024-08-08 10:58:44 +02:00
config Add SeedImage.status.checksumURL (#827) (#828) 2024-08-22 13:34:52 +02:00
controllers [v1.6.x][BACKPORT] seedimage: clean-up service on image download deadline (#719) (#901) 2025-02-18 15:09:21 +01:00
hooks
internal/system-agent Use YAML content for Elemental Agent config (#765) (#770) 2024-06-20 09:04:13 +02:00
pkg Do not include Config to MachineRegistration as pointer (#870) 2024-10-22 15:26:03 +02:00
scripts Backport to v1.6.x (#796) 2024-08-05 10:51:08 +02:00
tests Do not include Config to MachineRegistration as pointer (#870) 2024-10-22 15:26:03 +02:00
utils
vendor
.gitignore
.golangci.yml
.goreleaser.yaml
CHANGELOG.md
CODEOWNERS
CONTRIBUTING.md
Dockerfile
Dockerfile.seedimage
LICENSE
Makefile Add toggle to automatically delete no longer in sync versions (#780) (#783) 2024-06-27 09:16:45 +02:00
README.md
codecov.yml
generate.go
go.mod
go.sum

README.md

Operator

The Elemental operator extends Rancher introducing OS provisioning and management capabilities.

Machines booting from an Elemental live ISO register to the Elemental Operator, get provisioned with the OS and a k8s distro, forming a new Kubernetes cluster immediately available in Rancher.

See the Elemental docs for more information.

Installation

The Elemental operator should be installed on a K8s cluster running Rancher Multi Cluster Management server.

A step by step guide is available in the official documentation.