elemental-operator icon indicating copy to clipboard operation
elemental-operator copied to clipboard

The Elemental operator is responsible for managing the OS versions and maintaining a machine inventory to assist with edge or baremetal installations.

Results 20 elemental-operator issues
Sort by recently updated
recently updated
newest added

PR waiting for https://github.com/github/codeql/issues/15647 This reverts commit b3b80b7864358e2350df1c39e5f1369bb8f6a6cd.

area/build
status/waiting-upstream

Elemental channels require some rethinking: * Define versioning and what to include in them * Define desirable automation (e.g. based on OS rebuilds) * Define the relation within Elemental-operator releases...

There is currently an ongoing effort to support specifying the RKE2/K3s `data-dir` argument, which allows a user to change it from the default of `/var/lib/rancher/rke2` & `/var/lib/rancher/k3s` respectively, to a...

kind/enhancement
area/elemental-support

Running the stable operator and trying to register an sl-micro 6.0 baremetal iso from a seedimage fails the registration with the following error in the operator: ``` I0521 07:03:55.330991 1...

kind/bug
area/operator
area/register

Taking a quick look through the actions used in this repo vs what will be [allowed](https://github.com/rancher/security-team/blob/main/docs/rancher-gha-standards.md#allowed-github-actions) we have the following actions that we will have to either replace or allow:...

kind/chore
area/security
dependencies

Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 2.8.0 to 3.5.0. Release notes Sourced from sigstore/cosign-installer's releases. v3.5.0 What's Changed Bump actions/checkout from 4.1.1 to 4.1.2 by @​dependabot in sigstore/cosign-installer#157 use go 1.22 now by...

area/build
dependencies

Elemental Operator version 1.4.3. Happened on a fresh helm chart installation, reinstalling the Elemental Chart solved. ``` I0508 12:17:13.914523 1 log.go:42] Operator version 1.4.3, commit 11599b74, commit date 20240315 I0508...

Right now, when registering a new node to the operator, a MachineInventory is created. The name used for the MachineInventory is the hostname that will be enforced on the registering...

kind/enhancement
area/register
area/installation

It would be very helpful to expose some basic counters to a Prometheus (or OpenTelemetry) collector. Some potential metrics off the top of my head: - Basic request latencies and...

kind/enhancement
area/monitoring

Right now we grant permissions to the SeedImage controller to the whole cluster: evaluate restriction to specific namespace(s) only.

area/security