Skip to content

Commit e9799d3

Browse files
committed
Replace baremetal with bare metal to maintain consistency
1 parent c5171f4 commit e9799d3

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/baremetal/architecture/discovery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Server Discovery and First Boot
22

3-
This document describes the discovery and first boot process for bare metal servers in IronCore's baremetal automation.
3+
This document describes the discovery and first boot process for bare metal servers in IronCore's bare metal automation.
44
The goal here is to provide a clear understanding of how bare metal servers are discovered and prepared for provisioning.
55

66
## Server Discovery

docs/baremetal/architecture/provisioning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Server Provisioning
22

3-
This section describes how the provisioning of bare metal servers is handled in IronCore's baremetal automation.
3+
This section describes how the provisioning of bare metal servers is handled in IronCore's bare metal automation.
44
In the [discovery section](/baremetal/architecture/discovery) we discussed how servers are discovered and first time
55
booted and how they are transitioned into an `Available` state. Now we will focus on the provisioning process, and
66
one can use such a `Server` resource to provision a custom operating system and automate the software installation on

docs/baremetal/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Baremetal Automation
22

3-
The baremetal automation in IronCore is designed to provide a comprehensive solution for managing physical servers
3+
The bare metal automation in IronCore is designed to provide a comprehensive solution for managing physical servers
44
in a Kubernetes-native way. It leverages the power of Kubernetes Custom Resource Definitions (CRDs) to automate:
55

66
- **Discovery**: Automatically detect and register bare metal servers.
@@ -11,7 +11,7 @@ in a Kubernetes-native way. It leverages the power of Kubernetes Custom Resource
1111

1212
## Core Components
1313

14-
The core components of the baremetal automation in IronCore include:
14+
The core components of the bare metal automation in IronCore include:
1515
- [**Metal Operator**](https://github.com/ironcore-dev/metal-operator): The central component that manages the lifecycle of bare metal servers.
1616
- [**Boot Operator**](https://github.com/ironcore-dev/boot-operator): iPXE and HTTP boot server that provides boot images and Ignition configurations.
1717
- [**FeDHCP**](https://github.com/ironcore-dev/fedhcp): A DHCP server that provides in-band and out-of-band network configuration to bare metal servers.
@@ -22,7 +22,7 @@ Usage guides and concepts for the `metal-operator` API types can be found in the
2222

2323
## Prerequisites
2424

25-
The current implementation of the baremetal automation in IronCore requires the following prerequisites:
25+
The current implementation of the bare metal automation in IronCore requires the following prerequisites:
2626

2727
- In-band and out-of-band network connectivity to the bare metal servers.
2828
- A management server in the out-of-band network that can communicate with the bare metal servers.

docs/iaas/architecture/networking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Overview
44

5-
IronCore's virtual networking architecture provides an end-to-end virtual networking solution for provisioned `Machine`s running in data centers, regardless they are baremetal machines or virtual machines. It is designed to enable robust, flexible and performing networking control plane and data plane.
5+
IronCore's virtual networking architecture provides an end-to-end virtual networking solution for provisioned `Machine`s running in data centers, regardless they are bare metal machines or virtual machines. It is designed to enable robust, flexible and performing networking control plane and data plane.
66

77
- **Robust**: IronCore's virtual networking control plane is mainly implemented using Kubernetes controller model. Thus, it is able to survive component's failure and recover the running states by retrieving the desired networking configuration.
88
- **Flexible**: Thanks to the modular and layered architecture design, IronCore's virtual networking solution allows developers to implement and interchange components from the most top-level data center management system built upon defined IronCore APIs, to lowest-level packet processing engines depending on the used hardware.

0 commit comments

Comments
 (0)