Abirdcfly / baremetal-operator

Bare metal host provisioning integration for Kubernetes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bare Metal Operator

Ubuntu daily main build status CentOS daily main build status

The Bare Metal Operator implements a Kubernetes API for managing bare metal hosts. It maintains an inventory of available hosts as instances of the BareMetalHost Custom Resource Definition. The Bare Metal Operator knows how to:

  • Inspect the host’s hardware details and report them on the corresponding BareMetalHost. This includes information about CPUs, RAM, disks, NICs, and more.
  • Provision hosts with a desired image.
  • Clean a host’s disk contents before or after provisioning.

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.

Resources

Important Notes

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.yaml manually.

About

Bare metal host provisioning integration for Kubernetes

License:Apache License 2.0


Languages

Language:Go 94.0%Language:Shell 3.9%Language:Makefile 1.1%Language:Python 0.7%Language:Smarty 0.2%Language:Dockerfile 0.1%