Bare metal host provisioning integration for Kubernetes
The Bare Metal Operator implements a Kubernetes API for managing bare metal hosts. It maintains an inventory of available hosts as instances of the
BareMetalHostCustom Resource Definition. The Bare Metal Operator knows how to:
BareMetalHost. This includes information about CPUs, RAM, disks, NICs, and more.
More capabilities are being added regularly. See open issues and pull requests for more information on work in progress.
For more information about Metal³, the Bare Metal Operator, and other related components, see the Metal³ docs.
Whenever there is a change in
config/directory, please remember to run the following command:
make manifests
This will render the
config/render/capm3.yaml. Please do not change the content of
config/render/capm3.yamlmanually.