Skip to content

Commit 3fa6623

Browse files
authored
Merge pull request #92643 from jldohmann/OSDOCS-13966
OSDOCS-13966: remove RHEL worker node docs
2 parents acde17b + f7e49d5 commit 3fa6623

File tree

9 files changed

+0
-61
lines changed

9 files changed

+0
-61
lines changed

_topic_maps/_topic_map.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -775,9 +775,6 @@ Topics:
775775
Distros: openshift-enterprise
776776
- Name: Performing a canary rollout update
777777
File: update-using-custom-machine-config-pools
778-
- Name: Updating a cluster that includes RHEL compute machines
779-
File: updating-cluster-rhel-compute
780-
Distros: openshift-enterprise
781778
- Name: Updating a cluster in a disconnected environment
782779
File: disconnected-update
783780
- Name: Updating hardware on nodes running on vSphere
@@ -2407,12 +2404,6 @@ Topics:
24072404
File: applying-autoscaling
24082405
- Name: Creating infrastructure machine sets
24092406
File: creating-infrastructure-machinesets
2410-
- Name: Adding a RHEL compute machine
2411-
File: adding-rhel-compute
2412-
Distros: openshift-enterprise
2413-
- Name: Adding more RHEL compute machines
2414-
File: more-rhel-compute
2415-
Distros: openshift-enterprise
24162407
- Name: Managing user-provisioned infrastructure manually
24172408
Dir: user_infra
24182409
Topics:

disconnected/updating/disconnected-update-osus.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,4 +143,3 @@ After you configure your cluster to use the installed OpenShift Update Service a
143143
** xref:../../updating/updating_a_cluster/updating-cluster-cli.adoc#updating-cluster-cli[Updating a cluster using the CLI]
144144
** xref:../../updating/updating_a_cluster/control-plane-only-update.adoc#control-plane-only-update[Performing a Control Plane Only update]
145145
** xref:../../updating/updating_a_cluster/update-using-custom-machine-config-pools.adoc#update-using-custom-machine-config-pools[Performing a canary rollout update]
146-
** xref:../../updating/updating_a_cluster/updating-cluster-rhel-compute.adoc#updating-cluster-rhel-compute[Updating a cluster that includes RHEL compute machines]

installing/overview/installing-fips.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,3 @@ If you are using Azure File storage, you cannot enable FIPS mode.
111111
====
112112

113113
To apply `AES CBC` encryption to your etcd data store, follow the xref:../../security/encrypting-etcd.adoc#encrypting-etcd[Encrypting etcd data] process after you install your cluster.
114-
115-
If you add {op-system-base} nodes to your cluster, ensure that you enable FIPS mode on the machines before their initial boot. See xref:../../machine_management/adding-rhel-compute.adoc#adding-rhel-compute[Adding RHEL compute machines to an {product-title} cluster] and link:https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/security_hardening/assembly_installing-the-system-in-fips-mode_security-hardening[Installing the system in FIPS mode].

machine_management/index.adoc

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,3 @@ You can automatically scale your {product-title} cluster to ensure flexibility f
9898
[id="machine-mgmt-intro-add-for-upi_{context}"]
9999
== Adding compute machines on user-provisioned infrastructure
100100
User-provisioned infrastructure is an environment where you can deploy infrastructure such as compute, network, and storage resources that host the {product-title}. You can xref:../machine_management/user_infra/adding-compute-user-infra-general.adoc#adding-compute-user-infra-general[add compute machines] to a cluster on user-provisioned infrastructure during or after the installation process.
101-
102-
[id="machine-mgmt-intro-add-rhel_{context}"]
103-
== Adding RHEL compute machines to your cluster
104-
105-
As a cluster administrator, you can perform the following actions:
106-
107-
** xref:../machine_management/adding-rhel-compute.adoc#adding-rhel-compute[Add Red Hat Enterprise Linux (RHEL) compute machines], also known as worker machines, to a user-provisioned infrastructure cluster or an installation-provisioned infrastructure cluster.
108-
109-
** xref:../machine_management/more-rhel-compute.adoc#more-rhel-compute[Add more Red Hat Enterprise Linux (RHEL) compute machines] to an existing cluster.

migrating_from_ocp_3_to_4/planning-migration-3-4.adoc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,6 @@ In {product-title} {product-version}, you use the OpenShift installation program
5353

5454
For more information, see xref:../architecture/architecture-installation.adoc#installation-process_architecture-installation[Installation process].
5555

56-
ifndef::openshift-origin[]
57-
If you want to add {op-system-base-full} worker machines to your {product-title} {product-version} cluster, you use an Ansible playbook to join the {op-system-base} worker machines after the cluster is running. For more information, see xref:../machine_management/adding-rhel-compute.adoc#adding-rhel-compute[Adding {op-system-base} compute machines to an {product-title} cluster].
58-
endif::[]
59-
6056
[discrete]
6157
=== Infrastructure options
6258

post_installation_configuration/cluster-tasks.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,6 @@ For user-provisioned infrastructure clusters, you can add worker nodes by using
196196

197197
* xref:../post_installation_configuration/node-tasks.adoc#post-install-config-adding-fcos-compute[Adding RHCOS worker nodes to a user-provisioned infrastructure cluster]
198198

199-
* xref:../post_installation_configuration/node-tasks.adoc#post-install-config-adding-rhel-compute[Adding RHEL worker nodes to a user-provisioned infrastructure cluster]
200-
201199
=== Adding worker nodes to clusters managed by the Assisted Installer
202200

203201
For clusters managed by the Assisted Installer, you can add worker nodes by using the {cluster-manager-first} console, the Assisted Installer REST API or you can manually add worker nodes using an ISO image and cluster Ignition config files.

post_installation_configuration/node-tasks.adoc

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -9,28 +9,6 @@ toc::[]
99
After installing {product-title}, you can further expand and customize your
1010
cluster to your requirements through certain node tasks.
1111

12-
ifndef::openshift-origin[]
13-
[id="post-install-config-adding-rhel-compute"]
14-
== Adding RHEL compute machines to an {product-title} cluster
15-
Understand and work with RHEL compute nodes.
16-
17-
include::modules/rhel-compute-overview.adoc[leveloffset=+2]
18-
include::modules/rhel-compute-requirements.adoc[leveloffset=+2]
19-
20-
[role="_additional-resources"]
21-
.Additional resources
22-
23-
* xref:../nodes/nodes/nodes-nodes-working.adoc#nodes-nodes-working-deleting_nodes-nodes-working[Deleting nodes]
24-
* xref:../machine_management/creating_machinesets/creating-machineset-azure.adoc#machineset-azure-accelerated-networking_creating-machineset-azure[Accelerated Networking for Microsoft Azure VMs]
25-
26-
include::modules/csr-management.adoc[leveloffset=+3]
27-
include::modules/rhel-preparing-playbook-machine.adoc[leveloffset=+2]
28-
include::modules/rhel-preparing-node.adoc[leveloffset=+2]
29-
include::modules/rhel-adding-node.adoc[leveloffset=+2]
30-
include::modules/rhel-ansible-parameters.adoc[leveloffset=+2]
31-
include::modules/rhel-removing-rhcos.adoc[leveloffset=+2]
32-
endif::[]
33-
3412
[id="post-install-config-adding-fcos-compute"]
3513
== Adding {op-system} compute machines to an {product-title} cluster
3614

updating/understanding_updates/understanding-openshift-update-duration.adoc

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,6 @@ include::modules/update-duration-example.adoc[leveloffset=+2]
4848
// Estimating cluster update time
4949
include::modules/update-duration-estimate-cluster-update-time.adoc[leveloffset=+1]
5050

51-
ifndef::openshift-origin[]
52-
// {op-system-base-full} compute nodes
53-
include::modules/update-duration-rhel-nodes.adoc[leveloffset=+1]
54-
55-
[role="_additional-resources"]
56-
.Additional resources
57-
58-
* xref:../../updating/updating_a_cluster/updating-cluster-rhel-compute.adoc#updating-cluster-rhel-compute[Updating RHEL compute machines]
59-
endif::openshift-origin[]
60-
6151
[role="_additional-resources"]
6252
[id="additional-resources_update-duration"]
6353
== Additional resources

updating/updating_a_cluster/control-plane-only-update.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ include::modules/updating-control-plane-only-update-console.adoc[leveloffset=+2]
4343

4444
* xref:../../operators/admin/olm-upgrading-operators.adoc#olm-upgrading-operators[Updating installed Operators]
4545
* xref:../../updating/updating_a_cluster/updating-cluster-web-console.adoc#update-upgrading-web_updating-cluster-web-console[Updating a cluster by using the web console]
46-
* xref:../../updating/updating_a_cluster/updating-cluster-rhel-compute.adoc#updating-cluster-rhel-compute[Updating a cluster that includes RHEL compute machines]
4746
4847
// Control Plane Only update using the CLI
4948
include::modules/updating-control-plane-only-update-cli.adoc[leveloffset=+2]
@@ -53,7 +52,6 @@ include::modules/updating-control-plane-only-update-cli.adoc[leveloffset=+2]
5352
.Additional resources
5453

5554
* xref:../../operators/admin/olm-upgrading-operators.adoc#olm-upgrading-operators[Updating installed Operators]
56-
* xref:../../updating/updating_a_cluster/updating-cluster-rhel-compute.adoc#updating-cluster-rhel-compute[Updating a cluster that includes RHEL compute machines]
5755
5856
include::modules/updating-control-plane-only-layered-products.adoc[leveloffset=+2]
5957

0 commit comments

Comments
 (0)