amd64 architecture with more than 2 CPUs).
Machine classes are used for automated cluster allocation, instead of selecting individual machines, you reference a machine class, and Omni picks matching machines automatically.
You can create a machine class them via the CLI with omnictl apply or through the UI under the Machine Classes section.
- CLI
- UI
This example creates a machine class named test using the CLI.It selects machines that meet both of the following conditions:Apply the configuration with:
omni.sidero.dev/arch = amd64— The machine must use an amd64 (x86_64) architectureomni.sidero.dev/cpus > 2— The machine must have more than 2 CPUs



