Skip to content

Commit

Permalink
Merge pull request #176 from hershpa/mco_readme
Browse files Browse the repository at this point in the history
machine_configuration: Update RHOCP version links in readme
  • Loading branch information
uMartinXu authored Dec 8, 2023
2 parents 7046b1f + fc186e8 commit d69ee81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions machine_configuration/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Setting up Machine Configuration

# Introduction
Machine configuration operation is used to configure [Red Hat Enterprise Linux CoreOS (RHCOS)](https://docs.openshift.com/container-platform/4.12/architecture/architecture-rhcos.html) on each node in a RHOCP cluster.
Machine configuration operation is used to configure [Red Hat Enterprise Linux CoreOS (RHCOS)](https://docs.openshift.com/container-platform/4.13/architecture/architecture-rhcos.html) on each node in a RHOCP cluster.

[Machine config operator](https://github.com/openshift/machine-config-operator) (MCO) is provided by Red Hat to manage the operating system and machine configuration. In this project through the MCO, cluster administrators can configure and update the kernel to provision Intel Hardware features on the worker nodes.

MCO is one of the technologies used in this project to manage the machine configuration. In current OCP-4.12, MCO might reboot the node to enable the machine configuration. Since rebooting the node is undesirable, alternative machine configuration technologies are under investigation. For more details, see this [issue](https://github.com/intel/intel-technology-enabling-for-openshift/issues/34).
MCO is one of the technologies used in this project to manage the machine configuration. In current OCP, MCO might reboot the node to enable the machine configuration. Since rebooting the node is undesirable, alternative machine configuration technologies are under investigation. For more details, see this [issue](https://github.com/intel/intel-technology-enabling-for-openshift/issues/34).

The best approach is to work with the RHCOS team to push the RHCOS configuration as the default configuration for a RHOCP cluster on [Day 0](https://www.ibm.com/cloud/architecture/content/course/red-hat-openshift-container-platform-day-2-ops/).

Expand All @@ -16,7 +16,7 @@ If the configuration cannot be set as the default setting, we recommend using so
Any contribution in this area is welcome.

# Prerequisites
- Provisioned RHOCP 4.12 cluster. Follow steps [here](/README.md#provisioning-rhocp-cluster).
- Provisioned RHOCP cluster. Follow steps [here](/README.md#provisioning-rhocp-cluster).
- Setup node feature discovery (NFD). Follow steps [here](/nfd/README.md).

# General configuration
Expand Down

0 comments on commit d69ee81

Please sign in to comment.