- CLI
- UI
Create a file called Create the machine class:
machine-class.yaml with the following content:Define a reusable group of machines based on labels and conditions for automated cluster allocation.
machine-class.yaml with the following content:metadata:
namespace: default
type: MachineClasses.omni.sidero.dev
id: test
spec:
matchlabels:
# matches machines with amd64 architecture and more than 2 CPUs
- omni.sidero.dev/arch = amd64, omni.sidero.dev/cpus > 2
omnictl apply -f machine-class.yaml


OR operator.

Was this page helpful?
Suggestions