164 Commits

Author SHA1 Message Date
Oguz Kilcan
cf7d752453
feat: enforce configurable machine registration limit
Add `account.maxRegisteredMachines` config option to cap the number of registered machines. The provision handler atomically checks the limit under a mutex before creating new Link resources, returning ResourceExhausted when the cap is reached.

Introduce a Notification resource type (ephemeral namespace) so controllers can surface warnings to users. `omnictl` displays all active notifications on every command invocation. Frontend part of showing notifications will be implemented in a different PR.

MachineStatusMetricsController creates a warning notification when the registration limit is reached and tears it down when it's not.

Signed-off-by: Oguz Kilcan <oguz.kilcan@siderolabs.com>
2026-03-16 12:48:47 +01:00
Utku Ozdemir
1e9b733cb0
chore: bump deps, rekres
Bump all dependencies.

Signed-off-by: Utku Ozdemir <utku.ozdemir@siderolabs.com>
2026-03-10 18:31:38 +01:00
Artem Chernyshev
543cf70b5b
chore: force SSA manifests sync mode for Talos >= 1.13
Backend now automatically switches between legacy and SSA modes for
different Talos versions.

Signed-off-by: Artem Chernyshev <artem.chernyshev@talos-systems.com>
2026-03-05 20:30:13 +03:00
Oguz Kilcan
a9f2937ced
feat: add OIDC token cache isolation for generated kubeconfigs
Support isolated OIDC token cache directories in generated `kubeconfig`s to prevent token conflicts when switching between users/clusters. Configurable via server flags and omnictl `--oidc-cache-base-dir` `--oidc-cache-isolation`.

Also upgrade exec credential API to v1 and add interactiveMode field.

Signed-off-by: Oguz Kilcan <oguz.kilcan@siderolabs.com>
2026-03-04 09:53:05 +01:00
Artem Chernyshev
f8a42eeb04
chore: move graceful upgrades to the lowest level
Rewrite `TalosUpgradeStatus` controller to use the completely different
flow:
- update all `ClusterMachineTalosVersion` resources immediately.
- to control quotas and rollout sequence use `UpgradeRollout` resource,
  it has a single field which is a map of MachineSetName -> Current
  Quota:
  - if control plane is updating it sets quota 0 on all other machine
    sets.
  - the number of not running/unhealthy machines is subtracted from the
    quota.
  - quota is now copied from the new `UpgradeStrategy`, so it's possible
    to have more than one machine updated in parallel.
- `ClusterMachineConfigStatus` controller now adds a new finalizer for
  upgrades on all `ClusterMachines` which are currently being updated to
  acquire/release locks and reads quotas from the `UpgradeRollout`.

Fixes: https://github.com/siderolabs/omni/issues/2393

Signed-off-by: Artem Chernyshev <artem.chernyshev@talos-systems.com>
2026-03-03 20:02:59 +03:00
Oguz Kilcan
6d03fc7cdb
feat: track user and service account last activity
* Add `IdentityLastActive` resource to record the last time each identity(`User`/`ServiceAccount`) made a gRPC call.
* Add `IdentityStatusController` to aggregate identity, user role, and last-active data into an ephemeral `IdentityStatus` resource.
* Expose last_active in ListUsers/ListServiceAccounts gRPC responses, omnictl CLI output, and the frontend Users/ServiceAccounts views.
* Add `UserMetricsController` exposing `omni_users` (total) and `omni_active_users` (7d/30d windows) Prometheus gauges.

Signed-off-by: Oguz Kilcan <oguz.kilcan@siderolabs.com>
2026-03-03 13:53:29 +01:00
Edward Sammut Alessi
5fccd82b6e
feat: add talos_version and kubernetes_version to clusterstatus
Add talos_version and kubernetes_version to ClusterStatusSpec, so as to not need to also query ClusterSpec.

Signed-off-by: Edward Sammut Alessi <edward.sammutalessi@siderolabs.com>
2026-02-26 15:58:39 +01:00
Oguz Kilcan
da60807d48
feat: add ManagementService gRPC endpoints for user operations
Migrate user create, list, update, and destroy operations from direct resource manipulation to dedicated ManagementService gRPC endpoints, matching the existing service account pattern.
Direct Identity/User resource mutations are now restricted, and the CLI, frontend, and client library are updated to use the new endpoints.

Signed-off-by: Oguz Kilcan <oguz.kilcan@siderolabs.com>
2026-02-26 09:33:27 +01:00
Artem Chernyshev
47fb4dd792
feat: allow resetting node unique tokens
This allows token rotation and disaster recovery if the token gets
rejected by Omni.

Introduced the new CLI command for that:

```
omnictl configure machine <id> --reset-node-unique-token
```

Signed-off-by: Artem Chernyshev <artem.chernyshev@talos-systems.com>
2026-02-25 13:42:12 +03:00
Artem Chernyshev
69c2759b8b
fix: break the dep loop in the cluster machine config status controller
Extract the fields required by the `MachineConfigStatusController` to a
separate resource.
Otherwise there's circular loop: `MachinePendingUpdates` ->
`MachineSetStatus` -> `MachineConfigStatus` -> `MachinePendingUpdates`...

Also change the way machine pending is calculated: do not delete the
pending machine updates resource if the Talos version/schematic is not
in sync.

Signed-off-by: Artem Chernyshev <artem.chernyshev@talos-systems.com>
2026-02-17 00:28:32 +03:00
Oguz Kilcan
afdf123e29
feat: add support for Kubernetes CA rotation
Add support for Kubernetes CA rotation

Signed-off-by: Oguz Kilcan <oguz.kilcan@siderolabs.com>
2026-02-14 11:32:00 +01:00
Utku Ozdemir
d1c869a9d8
chore: bump deps, rekres
Bump all dependencies.

Signed-off-by: Utku Ozdemir <utku.ozdemir@siderolabs.com>
2026-02-12 20:43:45 +01:00
Utku Ozdemir
0906bcc23c
fix: prevent unwanted upgrades of non-image-factory machines
The schematic comparison logic had an edge case: if a machine predates the image factory, it is installed via a `ghcr.io` installer image (or a custom one). Those machines do not have the schematic meta extension on them, and Omni creates a synthetic schematic ID and properties for those. These properties do not have the "actual" kernel args of the machine, but rather, Omni sets them as what it thinks they should be (the "correct" siderolink args from the Omni perspective).

Later, if Omni gets its siderolink API advertised URL get updated, it wrongly detects those synthetic kernel args to be the "new ones (with the new URL)", hence, the desired vs actual schematic comparison returns a mismatch. And Omni does an unnecessary upgrade to that machine.

Fix this by using the "current (non-protected) args of the machine" as the synthetic args in such cases. Those "current" args will be synthetic themselves (since we cannot read them from the machine, as it does not have schematic info on it), but, it will prevent changes when the advertised URL changes.

Additionally, we have two checks to detect a schematic mismatch in the `ClusterMachineConfigStatus` controller - make them check the mismatch in the same way, to be more consistent.

Unrelated to this bug, also fix the `SchematicReady` check (introduced in 1.5) to treat invalid schematics as valid, as otherwise we cannot create clusters from non-factory images.

Signed-off-by: Utku Ozdemir <utku.ozdemir@siderolabs.com>
2026-02-05 13:56:49 +01:00
Utku Ozdemir
c319d7bcf2
fix: fix schematic generation for machines in agent mode
We had an issue with bare metal provider where two different schematic IDs would fight each other, causing machine to get installed with a wrong schematic ID, only to be upgraded to the correct one immediately, and in some cases, go into an upgrade loop between a correct and an incorrect schematic.

The cause: Omni treated schematics it observed when the machine in agent mode dialed in, and stored the information it received (like kernel args and initial schematic info). This was wrong, as agent mode information essentially meaningless.

Fix this by changing the simple check of "was the schematic info for machine X ever observed" to be "is the schematic info for machine X ready". The readiness check involves schematic being populated and machine not being in agent mode.

This change caused `SchematicConfiguration` resource to not be generated before the machine leaves the agent mode, and caused a side effect: `InfraMachineController` would not receive Talos version from it and would not populate it on the `InfraMachine` resource. And this would cause BM provider to never get notified about the fact that the machine is allocated to a cluster, and would not power it on (to PXE boot it to "regular" Talos, for it to receive the "install" call to Omni).

Change that controller to get the Talos version info directly from the Cluster resource.

Signed-off-by: Utku Ozdemir <utku.ozdemir@siderolabs.com>
2026-02-03 11:46:15 +01:00
Oguz Kilcan
c6cc25c73c
feat: add support for Talos CA rotation
Add support for Talos CA rotation

Signed-off-by: Oguz Kilcan <oguz.kilcan@siderolabs.com>
2026-01-30 09:59:25 +01:00
Edward Sammut Alessi
7376edafc1
fix(installation-media): fix bug when setting arch to amd64
Fix a bug when setting arch to AMD64 which was enum value 0 and was being omitted in responses to frontend.

Signed-off-by: Edward Sammut Alessi <edward.sammutalessi@siderolabs.com>
2026-01-29 11:30:40 +01:00
Utku Ozdemir
98ef83ee42
fix: fix config patches encryption when encryption is disabled
When the resource compression was disabled in the Omni config, we were not generating the ClusterMachineConfigPatches correctly.

The issue was: it was attempting to "force-compress" the ClusterMachineConfigPatches when any of the patches' size was above the threshold. But when it was trying to do that, it did not override the global setting of false.

The default setting for resource compression is `true`, but when a config file is used to configure Omni, and it was not specified in the config YAML, it was getting overwritten to be `false` due to the boolean merging behavior, which was fixed in https://github.com/siderolabs/omni/pull/2150.

Also: fix the compression kicking in even in cases when it is disabled in config but above the threshold.

Signed-off-by: Utku Ozdemir <utku.ozdemir@siderolabs.com>
2026-01-26 19:04:21 +01:00
Artem Chernyshev
41506f72f8
chore: move graceful config rollout logic to the lowest controller level
Now graceful config rollout is handled by the
`ClusterMachineConfigStatusController`.
It calculates the available update quota by adding finalizers on the
`ClusterMachine` resources. By counting the resources with the
finalizers it tracks the remaining quota.
It now also calculates the pending changes which are not yet applied to
the machine in the `MachinePendingUpdates`.

Pending changes are not yet shown in the UI anywhere.

Fixes: https://github.com/siderolabs/omni/issues/1929

Signed-off-by: Artem Chernyshev <artem.chernyshev@talos-systems.com>
2026-01-19 16:30:28 +03:00
Edward Sammut Alessi
fb08dcaa2d
feat(frontend): add extra information to userpilot
Add extra information to userpilot as per [RFD-28](https://www.notion.so/siderolabs/RFD-28-Userpilot-Implementation-and-Omni-Usage-Analytics-6024961dd8cc43eea0ef7797841be51b?d=2dfb1211badf809fbd3f001c79056040#118b1211badf804b9de5edde0f22da96)

Signed-off-by: Edward Sammut Alessi <edward.sammutalessi@siderolabs.com>
2026-01-12 11:52:01 +01:00
Edward Sammut Alessi
66e243a233
refactor(installation-media): add metal id const and use gets where possible
Add PlatformMetalID constant to frontend and use it where relevant as an ID. Also update some places in backend with the same idea. There were some lingering uses of List requests in places where Get requests were more suited and those have been replaced too.

Signed-off-by: Edward Sammut Alessi <edward.sammutalessi@siderolabs.com>
2026-01-09 17:22:26 +01:00
Oguz Kilcan
ef2d931aac
chore: rekres and bump deps
* Rekres
* Bump deps
* Update default versions for talos and kubernetes

Signed-off-by: Oguz Kilcan <oguz.kilcan@siderolabs.com>
2026-01-09 11:34:03 +01:00
Edward Sammut Alessi
950ca1b0a3
refactor(installation-media): extract schematic generation and download links
Extract schematic generation and download links from the confirmation step of the installation media wizard to allow for re-use inside the download modal of the list view.

Signed-off-by: Edward Sammut Alessi <edward.sammutalessi@siderolabs.com>
2026-01-08 18:17:11 +01:00
Utku Ozdemir
535d733ea6
chore: drop migrations older than v1.1.0
Drop old migrations and deprecated types which were kept only for the migrations.

Signed-off-by: Utku Ozdemir <utku.ozdemir@siderolabs.com>
2026-01-06 14:50:11 +01:00
Edward Sammut Alessi
5c98d44bdf
chore: implement InstallationMediaConfig resource
This resource is going to be used to store the saved installation media
presets generated by the UI wizard.

Signed-off-by: Artem Chernyshev <artem.chernyshev@talos-systems.com>
2025-12-29 17:41:45 +01:00
Edward Sammut Alessi
7ffe5a4db8
feat(installation-media): allow submitting bootloader to schematic request
Allow submitting the bootloader option when creating a schematic.

Signed-off-by: Edward Sammut Alessi <edward.sammutalessi@siderolabs.com>
2025-12-16 15:40:54 +01:00
Artem Chernyshev
d3e4884ba7
chore: add new fields to the CreateSchematic Omni API
Now it's possible to pass the `overlay` ID directly to the request.
`MediaId` is also still supported, but is there only for the backward
compatibility.
`InstallationMedia` resources will be used only in the `omnictl download`.

Updated the Wizard UI to no longer use `InstallationMedia` resources.
Dropped `pxe_url` from the `CreateSchematic` response, as all required
arguments are now on the client side (if not using `InstallationMedia`
resources).

Signed-off-by: Artem Chernyshev <artem.chernyshev@talos-systems.com>
2025-12-16 15:06:08 +03:00
Artem Chernyshev
aa6acff632
chore: support resource list based filtering in the DependencyGraph
This will allow seeing which controllers are using the defined resources.

Signed-off-by: Artem Chernyshev <artem.chernyshev@talos-systems.com>
2025-12-15 21:00:01 +03:00
Artem Chernyshev
ee926cd9eb
feat: add a way to switch gRPC tunnel mode for the connected machines
Fixes: https://github.com/siderolabs/omni/issues/1816

Introduce a new command:

```
omnictl configure machine <id> --siderolink-connection=[udp|http-tunnel|auto]
```

Signed-off-by: Artem Chernyshev <artem.chernyshev@talos-systems.com>
2025-12-12 22:59:33 +03:00
Spencer Smith
914c8c0ba1
feat: add min-commit flag for omni
This PR would add a new flag for minimum committed machines. This data would come from stripe and if the user's Omni environment has less that the committed machines, we'd just report the minimum specified.

Signed-off-by: Spencer Smith <spencer.smith@talos-systems.com>
2025-12-12 09:25:42 -05:00
Edward Sammut Alessi
4d11b75e03
feat: return schematic yml when creating installation media
Return the final schematic YML to display in the frontend when creating installation media

Signed-off-by: Edward Sammut Alessi <edward.sammutalessi@siderolabs.com>
2025-12-11 17:43:14 +01:00
Tim Jones
d68562f595
feat: add labels to talos version metric
Add labels for the assigned cluster and connection status to the
`omni_machines_version` metric.

Closes #1967

Signed-off-by: Tim Jones <tim.jones@siderolabs.com>
2025-12-10 13:26:36 +01:00
Oguz Kilcan
bc2a5a9986
chore: prepare omni with talos v1.12.0-beta.1
Prepare omni for upcoming talos version 1.12.0-beta.1.

Signed-off-by: Oguz Kilcan <oguz.kilcan@siderolabs.com>
2025-12-06 16:55:35 +01:00
Edward Sammut Alessi
24ed384afb
fix(installation-media): only list architectures supported by providers
Only list the architectures supported by the providers as defined in the API.

Signed-off-by: Edward Sammut Alessi <edward.sammutalessi@siderolabs.com>
2025-12-04 13:44:19 +01:00
Edward Sammut Alessi
9826116e85
fix(installation-media): adjust secureboot support check
Adjust the secure boot support check in the machine arch step to match how it works in factory.

Signed-off-by: Edward Sammut Alessi <edward.sammutalessi@siderolabs.com>
2025-12-03 21:19:55 +01:00
Artem Chernyshev
8b5c29b303
feat: support locks,node delete and restore when using machine classes
Make `MachineSetNode` created without an owner by the
`MachineSetNodeController`.

Fixes: https://github.com/siderolabs/omni/issues/1450

Signed-off-by: Artem Chernyshev <artem.chernyshev@talos-systems.com>
2025-11-21 20:44:17 +03:00
Artem Chernyshev
bc01ae0d8c
feat: pull platforms and SBC information from Talos machinery
Present all of that as 3 kinds of virtual resources:

- `MetalPlatformConfig`.
- `CloudPlatformConfig`.
- `SBCConfig`

Virtual resource supports `Get` and `List` operations.

Signed-off-by: Artem Chernyshev <artem.chernyshev@talos-systems.com>
2025-11-21 19:24:18 +03:00
Orzelius
2a69059355
chore: rewrite MachineSetNodeController as QController
Fixes: https://github.com/siderolabs/omni/issues/556

Co-authored-by: Artem Chernyshev <artem.chernyshev@talos-systems.com>
Signed-off-by: Orzelius <albert.kostusev@siderolabs.com>
2025-11-21 15:31:16 +03:00
Utku Ozdemir
4bcaea1e9e
feat: centralize Schematic ID computation
We compute the schematic id for a machine in two different places: in the `SchematicConfigurationController` for allocated machines, and in `MachineUpgradeStatusController` for maintenance mode machines.

Centralize this computation to be done only in `SchematicConfigurationController`.

Change the lifecycle of the `SchematicConfiguration` resource to be bound to a machine, not to a cluster.

Signed-off-by: Utku Ozdemir <utku.ozdemir@siderolabs.com>
2025-11-19 12:49:00 +01:00
Artem Chernyshev
292969717b
feat: support dynamically updating SAML label roles
Added new `update_on_each_login` field to the `SAMLLabelRule` spec.
Also renamed `assign_role_on_registration` to `assign_role` as it's no
longer reflecting the actual meaning.

The old field is kept there for the backward compatibility.

Fixes: https://github.com/siderolabs/omni/issues/1201

Signed-off-by: Artem Chernyshev <artem.chernyshev@talos-systems.com>
2025-11-18 20:43:15 +03:00
Edward Sammut Alessi
a973a7a3fa
fix: fix typos across the project
Fix typos across the project

Signed-off-by: Edward Sammut Alessi <edward.sammutalessi@siderolabs.com>
2025-11-17 10:35:16 +01:00
Artem Chernyshev
cb40d4fb75
feat: support plain keys in the request signatures
Omni now supports ECDSA P-256 keys for signing the requests.
The plain key should be encoded as PEM when it is submitted to
`RegisterPublicKey` method.

Signature should be encoded using RFC4754 method (`r||s`).

Signed-off-by: Artem Chernyshev <artem.chernyshev@talos-systems.com>
2025-11-10 14:41:23 +03:00
Artem Chernyshev
85fa6af857
chore: expose enable-talos-pre-release-versions flag in the FeaturesConfig
This will allow the UI render some pages conditionally if it's enabled.

Signed-off-by: Artem Chernyshev <artem.chernyshev@talos-systems.com>
2025-11-05 18:26:12 +03:00
Andrey Smirnov
75a9f3ee9f
feat: use sqlite as secondary resource storage
This pulls in https://github.com/cosi-project/state-sqlite/pull/2

Fixes https://github.com/siderolabs/omni/issues/1770

See https://github.com/siderolabs/omni/issues/1768

Sample migration logs:

```
2025-11-05T11:18:47.340Z        ESC[34mINFOESC[0m       omni/state_sqlite.go:122        migrated resources from BoltDB to SQLite        {"namespace": "metrics"
, "type": "EtcdBackupOverallStatuses.omni.sidero.dev", "count": 1}
2025-11-05T11:18:47.340Z        ESC[34mINFOESC[0m       omni/state_sqlite.go:122        migrated resources from BoltDB to SQLite        {"namespace": "metrics"
, "type": "EtcdBackupStatuses.omni.sidero.dev", "count": 0}
2025-11-05T11:18:47.342Z        ESC[34mINFOESC[0m       omni/state_sqlite.go:122        migrated resources from BoltDB to SQLite        {"namespace": "metrics"
, "type": "MachineStatusLinks.omni.sidero.dev", "count": 2}
2025-11-05T11:18:47.342Z        ESC[34mINFOESC[0m       omni/state_sqlite.go:67 removed old BoltDB database after migration     {"path": "_out/secondary-storag
e/bolt.db"}
```

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
2025-11-05 15:40:24 +04:00
Utku Ozdemir
15deddde56
feat: implement extra kernel args support
(Re)implement the kernel args support functionality in the following way:
- Only support UKI or UKI-like (>=1.12 with GrubUseUKICmdline) systems.
- In `MachineStatusController`:
  - When we see a machine for the first time, do a one-time operation of extracting of the extra kernel args from it and store them in the newly introduced `KernelArgs` resource. This resource is user-owned from that point on.
  - Mark the `MachineStatus` with an annotation as "its kernel args are initialized".
  - Start storing the the raw schematic.
  - Take a one-time snapshot of the extensions on the machine and set them as "initial extensions". They might not be the "actual initial", i.e., the set of extensions when we actually seen the machine for the first time, but we do this in a best-effort basis. We need this, since now we cannot simply go back to the initial schematic ID when all extensions are removed - kernel args are also included in the schematic.
  - Start collecting the kernel cmdline from Talos machines as well.
- Adapt the `SchematicConfiguration` controller to not revert to the initial schematic ID ever - it now always computes the needed schematic - when it wants to revert to the initial set of extensions, it uses the new field on the `MachineStatus`.
- Introduce the resource `MachineUpgradeStatus` and its controller `MachineUpgradeStatusController`, which handles the maintenance mode upgrades when kernel args are updated. The controller is named this way, since our long-term plan is to centralize all upgrade calls to be done from this controller. Currently, it does not change Talos version or the set of extensions. It works only in maintenance mode, only for kernel args changes (when supported).
- Introduce the resource `KernelArgsStatus` and its controller `KernelArgsStatusController`, which provides information about the kernel args updates. Its status is reliable in both maintenance and non-maintenance modes.
- Build a UI to update these args (with @Unix4ever's help).

Co-authored-by: Artem Chernyshev <artem.chernyshev@talos-systems.com>
Signed-off-by: Utku Ozdemir <utku.ozdemir@siderolabs.com>
2025-10-28 14:44:48 +01:00
Utku Ozdemir
049ab877e9
chore: revert 'feat: add support for updating kernel args'
Some checks failed
chromatic / Run chromatic (push) Has been cancelled
default / default (push) Has been cancelled
default / e2e-backups (push) Has been cancelled
default / e2e-cluster-import (push) Has been cancelled
default / e2e-forced-removal (push) Has been cancelled
default / e2e-omni-upgrade (push) Has been cancelled
default / e2e-scaling (push) Has been cancelled
default / e2e-short (push) Has been cancelled
default / e2e-short-secureboot (push) Has been cancelled
default / e2e-templates (push) Has been cancelled
default / e2e-upgrades (push) Has been cancelled
default / e2e-workload-proxy (push) Has been cancelled
default / integration-test (push) Has been cancelled
default / lint (push) Has been cancelled
default / unit-tests (push) Has been cancelled
This reverts commit ae9d7cca4b3ef2c5923cc6476042a575d4158eee.

Signed-off-by: Utku Ozdemir <utku.ozdemir@siderolabs.com>
2025-10-14 18:40:58 +02:00
Oguz Kilcan
0d58ade7bf
feat: implement cluster import
Allow importing existing talos cluster to Omni using `omnictl cluster import`

Closes: #1315

Signed-off-by: Oguz Kilcan <oguz.kilcan@siderolabs.com>
2025-10-14 17:01:07 +02:00
Utku Ozdemir
c88503dcba
chore: bump default Talos version, deps, rekres, re-generate
Bump everything to appropriate versions. Remove some unused imports.

Signed-off-by: Utku Ozdemir <utku.ozdemir@siderolabs.com>
2025-10-13 11:23:45 +02:00
Utku Ozdemir
ae9d7cca4b
feat: add support for updating kernel args
Allow updating kernel args, similar to the set of extensions.

Signed-off-by: Utku Ozdemir <utku.ozdemir@siderolabs.com>
2025-10-08 12:08:53 +02:00
Edward Sammut Alessi
af3eeaf47f
feat(frontend): add stripe link to settings sidebar
Adds a link to stripe in the omni settings sidebar if stripe is enabled in omni

Signed-off-by: Edward Sammut Alessi <edward.sammutalessi@siderolabs.com>
2025-10-07 17:02:42 +02:00
Utku Ozdemir
17d0394355
feat: add more cluster and machine metrics
Add metrics for enabled cluster features and for various machine properties:

```text
# HELP omni_cluster_features Number of clusters with specific features enabled.
# TYPE omni_cluster_features gauge
omni_cluster_features{feature="disk_encryption"} 1
omni_cluster_features{feature="embedded_discovery_service"} 0
omni_cluster_features{feature="workload_proxy"} 1

# HELP omni_machine_platforms Number of machines in the instance by platform.
# TYPE omni_machine_platforms gauge
omni_machine_platforms{platform="akamai"} 0
omni_machine_platforms{platform="aws"} 0
omni_machine_platforms{platform="azure"} 0
omni_machine_platforms{platform="cloudstack"} 0
omni_machine_platforms{platform="digital-ocean"} 0
omni_machine_platforms{platform="equinixMetal"} 0
omni_machine_platforms{platform="exoscale"} 0
omni_machine_platforms{platform="gcp"} 0
omni_machine_platforms{platform="hcloud"} 0
omni_machine_platforms{platform="metal"} 10
omni_machine_platforms{platform="nocloud"} 0
omni_machine_platforms{platform="opennebula"} 0
omni_machine_platforms{platform="openstack"} 0
omni_machine_platforms{platform="oracle"} 0
omni_machine_platforms{platform="scaleway"} 0
omni_machine_platforms{platform="upcloud"} 0
omni_machine_platforms{platform="vmware"} 0
omni_machine_platforms{platform="vultr"} 0

# HELP omni_machine_secure_boot_status Number of machines in the instance by secure boot status.
# TYPE omni_machine_secure_boot_status gauge
omni_machine_secure_boot_status{enabled="false"} 10
omni_machine_secure_boot_status{enabled="true"} 0
omni_machine_secure_boot_status{enabled="unknown"} 0

# HELP omni_machine_uki_status Number of machines in the instance by UKI (Unified Kernel Image) status.
# TYPE omni_machine_uki_status gauge
omni_machine_uki_status{booted_with_uki="false"} 0
omni_machine_uki_status{booted_with_uki="true"} 10
omni_machine_uki_status{booted_with_uki="unknown"} 0
```

Signed-off-by: Utku Ozdemir <utku.ozdemir@siderolabs.com>
2025-09-24 16:36:36 +04:00