Skip to content

Bare metal host provisioning integration for Kubernetes

License

Notifications You must be signed in to change notification settings

kashifest/baremetal-operator

This branch is 1618 commits behind metal3-io/baremetal-operator:main.

Folders and files

NameName
Last commit message
Last commit date
Oct 21, 2021
Sep 27, 2020
Oct 14, 2021
Oct 13, 2021
Oct 21, 2021
Oct 21, 2021
Sep 28, 2021
Sep 28, 2021
Sep 24, 2021
Oct 21, 2021
Sep 2, 2021
Sep 29, 2021
Oct 19, 2021
Apr 8, 2021
Apr 23, 2019
Mar 14, 2019
Oct 7, 2021
Jan 23, 2019
Oct 7, 2021
Oct 19, 2021
Oct 13, 2021
Sep 8, 2021
Feb 27, 2021
Oct 14, 2021
Sep 8, 2021
Oct 13, 2021
Oct 28, 2020

Repository files navigation

Bare Metal Operator

Ubuntu V1alpha5 build status CentOS V1alpha5 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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 93.8%
  • Shell 4.3%
  • Other 1.9%