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 d8008d7142 Deactivate e2e workflow
Signed-off-by: David Cassany <dcassany@suse.com>
2025-03-14 08:45:35 +01:00
.github Deactivate e2e workflow 2025-03-14 08:45:35 +01: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 Update header year 2025-03-14 08:45:35 +01:00
cmd Update header year 2025-03-14 08:45:35 +01:00
config Add SeedImage.status.checksumURL (#827) (#828) 2024-08-22 13:34:52 +02:00
controllers Update header year 2025-03-14 08:45:35 +01:00
hooks Add elemental-seedimage-hooks package (#592) 2024-01-10 12:53:28 +00:00
internal/system-agent Update header year 2025-03-14 08:45:35 +01:00
pkg Update header year 2025-03-14 08:45:35 +01:00
scripts Update header year 2025-03-14 08:45:35 +01:00
tests Update header year 2025-03-14 08:45:35 +01:00
utils Update header year 2025-03-14 08:45:35 +01:00
vendor Bump libraries to incorporate CVE fixes 2025-03-14 08:45:35 +01:00
.gitignore Sanitize elemental-operator dependencies (#690) 2024-03-20 15:46:51 +01:00
.golangci.yml Sanitize elemental-operator dependencies (#690) 2024-03-20 15:46:51 +01:00
.goreleaser.yaml
CHANGELOG.md
CODEOWNERS
CONTRIBUTING.md
Dockerfile Bump libraries to incorporate CVE fixes 2025-03-14 08:45:35 +01:00
Dockerfile.seedimage Bump libraries to incorporate CVE fixes 2025-03-14 08:45:35 +01:00
LICENSE
Makefile Add toggle to automatically delete no longer in sync versions (#780) (#783) 2024-06-27 09:16:45 +02:00
README.md README: drop legacy docs (#616) 2024-02-07 19:24:35 +01:00
codecov.yml Improve re-registration (#479) 2023-07-18 15:09:21 +02:00
generate.go Update header year 2025-03-14 08:45:35 +01:00
go.mod Bump libraries to incorporate CVE fixes 2025-03-14 08:45:35 +01:00
go.sum Bump libraries to incorporate CVE fixes 2025-03-14 08:45:35 +01:00

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.