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
dependabot[bot] 10196238be Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-22 13:00:42 +02:00
.github Bump actions/checkout from 4 to 5 2025-09-22 13:00:42 +02:00
.obs Stop using toolbox image in favor of bci-base image 2025-08-27 14:22:48 +02:00
Examples/elemental.cattle.io/v1beta1
api/v1beta1 make linter happy - update copyright dates (#899) 2025-01-31 15:33:47 +01:00
cmd make linter happy - update copyright dates (#899) 2025-01-31 15:33:47 +01:00
config
controllers operator: update RBAC for upgrade plans (#908) 2025-05-08 14:11:01 +02:00
hooks
internal/system-agent make linter happy - update copyright dates (#899) 2025-01-31 15:33:47 +01:00
pkg Label Templates: improve Random family processing (#914) 2025-06-13 14:21:28 +02:00
scripts Add maintenance case to elemental-airgap.sh 2025-09-05 15:25:50 +02:00
tests make linter happy - update copyright dates (#899) 2025-01-31 15:33:47 +01:00
utils make linter happy - update copyright dates (#899) 2025-01-31 15:33:47 +01:00
vendor Bump libraries to incorporate CVE fixes (#913) 2025-06-16 11:01:16 +02:00
.gitignore
.golangci.yml
.goreleaser.yaml
CHANGELOG.md
CODEOWNERS
CONTRIBUTING.md
Dockerfile Bump libraries to incorporate CVE fixes (#913) 2025-06-16 11:01:16 +02:00
Dockerfile.seedimage Bump libraries to incorporate CVE fixes (#913) 2025-06-16 11:01:16 +02:00
LICENSE
Makefile
README.md
generate.go make linter happy - update copyright dates (#899) 2025-01-31 15:33:47 +01:00
go.mod Bump libraries to incorporate CVE fixes (#913) 2025-06-16 11:01:16 +02:00
go.sum Bump libraries to incorporate CVE fixes (#913) 2025-06-16 11:01:16 +02: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.