Skip to content

Commit d69ee81

Browse files
authored
Merge pull request #176 from hershpa/mco_readme
machine_configuration: Update RHOCP version links in readme
2 parents 7046b1f + fc186e8 commit d69ee81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

machine_configuration/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Setting up Machine Configuration
22

33
# Introduction
4-
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.
4+
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.
55

66
[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.
77

8-
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).
8+
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).
99

1010
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/).
1111

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

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

2222
# General configuration

0 commit comments

Comments
 (0)