You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Omni now supports [bare metal infra provider](https://github.com/siderolabs/omni-infra-provider-bare-metal/).
17
-
18
-
This provider operates as a standalone service that can be deployed within a bare-metal datacenter network.
19
-
It manages machines via IPMI, supports PXE-based booting, and enables machine resets without relying on the Talos API.
20
-
21
-
Its functionality closely resembles that of Sidero Metal.
22
-
23
-
For detailed setup instructions, refer to the [documentation](https://omni.siderolabs.com/tutorials/setting-up-the-bare-metal-infrastructure-provider)..
24
-
"""
25
-
26
-
[notes.machine-categories]
27
-
title = "Machine Categories"
28
-
description = """\
29
-
The Machines page now categorizes machines based on how they were added to the account:
30
-
31
-
- Manual: Machines manually added by installing Talos with siderolink parameters.
32
-
- Provisioned: Machines created by infrastructure providers (e.g., KubeVirt).
33
-
- PXE-Booted: Machines discovered and accepted from the bare-metal infrastructure provider.
34
-
- Pending: Machines discovered but not yet accepted from the bare-metal infrastructure provider.
0 commit comments