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] 0900bb6913
Bump github/codeql-action from 3 to 4
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-13 04:09:41 +00:00
.github Bump github/codeql-action from 3 to 4 2025-10-13 04:09:41 +00: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
cmd
config
controllers
hooks
internal/system-agent
pkg
scripts Add maintenance case to elemental-airgap.sh 2025-09-05 15:25:50 +02:00
tests
utils
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
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.