openshift/baremetal-operator

Bare metal host provisioning integration for Kubernetes

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 33 minutes ago
Added to GitGenius on June 24th, 2026
Created on April 4th, 2019
Open Issues & Pull Requests: 13 (+0)
Number of forks: 30
Total Stargazers: 7 (+0)
Total Subscribers: 11 (+0)

Issue Activity (beta)

Open issues: 1
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 36 days
Stale 30+ days: 1
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • tide/merge-blocker (7)
  • lifecycle/rotten (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Repository Insights (GitGenius)

Median issue/PR response: 27.6 days
Mean response time: 27.6 days
90th percentile: 27.6 days
Tracked items: 1

Most active contributors

Detailed Description

The Bare Metal Operator is a Kubernetes operator that implements a native API for managing bare metal hosts within OpenShift clusters. It maintains an inventory of available physical hosts as instances of the BareMetalHost Custom Resource Definition, enabling declarative management of bare metal infrastructure through Kubernetes-native patterns. The project is written in Go and serves as OpenShift's integration layer for bare metal host provisioning, bridging the gap between Kubernetes orchestration and physical hardware lifecycle management.

The operator functions as a critical component in OpenShift's infrastructure management stack, specifically handling bare metal node registration, hardware lifecycle operations, and resource reconciliation. It allows cluster operators to define and manage bare metal hosts using standard Kubernetes resource definitions, making physical server provisioning and deprovisioning part of the declarative cluster configuration workflow. This approach integrates bare metal automation into the broader Kubernetes ecosystem rather than requiring separate tooling or manual processes.

The repository maintains close ties to the upstream Metal3 project, as indicated in the README which directs users to the upstream baremetal-operator repository for additional information. This relationship positions the OpenShift variant as a downstream distribution that adapts the Metal3 operator for OpenShift-specific requirements and integration patterns. The project demonstrates active maintenance and integration with other OpenShift components, as evidenced by its connections to related repositories including openshift/installer, openshift/coredns, and openshift/descheduler through overlapping contributor networks.

The operator requires careful coordination with other OpenShift components during development. The README documentation explicitly outlines the process for adding new upstream Custom Resource Definitions, which involves a two-step procedure. First, developers must register new CRDs in the cluster-baremetal-operator repository by adding kubebuilder RBAC directives to the provisioning controller, with the note that such PRs will block corresponding changes to the baremetal-operator itself. Second, new CRDs must be added to the OpenShift kustomization configuration in the config/crd/ocp/ocp_kustomization.yaml file. This structured approach reflects the tight integration between the baremetal-operator and the broader OpenShift provisioning infrastructure.

Activity tracking shows the repository maintains a median issue and pull request response latency of approximately 663.5 hours, indicating a measured but deliberate approach to code review and integration. The most active tracked issue labels include tide/merge-blocker, suggesting that changes to this critical infrastructure component undergo careful gating to prevent disruption to dependent systems. Contributor activity shows jmguzik as an active triager and contributor, helping maintain the project's health and responsiveness.

The operator's classification across multiple infrastructure domains reflects its broad role in OpenShift deployments. It touches bare metal provisioning, hardware lifecycle management, cluster deployment, node registration, metal server automation, resource reconciliation, platform integration, and data center orchestration. This wide scope makes it essential for organizations deploying OpenShift on bare metal infrastructure, particularly in on-premises and hybrid cloud environments where physical hardware management is a prerequisite for cluster operations.

baremetal-operator
by
openshiftopenshift/baremetal-operator

Repository Details

Fetching additional details & charts...