From 27c9b2b3d8107ded8cd2997aec8302c0a7efeec8 Mon Sep 17 00:00:00 2001 From: Ben Scott Date: Fri, 23 Jan 2026 14:10:55 -0500 Subject: [PATCH] Moving BMO read only filesystem RN to technical changes --- modules/rn-ocp-release-notes-new-features.adoc | 8 ++------ modules/rn-ocp-release-notes-notable-changes.adoc | 6 +++++- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/modules/rn-ocp-release-notes-new-features.adoc b/modules/rn-ocp-release-notes-new-features.adoc index aa1bd0db5d..b7cfdc4465 100644 --- a/modules/rn-ocp-release-notes-new-features.adoc +++ b/modules/rn-ocp-release-notes-new-features.adoc @@ -31,7 +31,7 @@ Applying VPA recommendations without pod re-creation:: + You can now configure a Vertical Pod Autoscaler Operator (VPA) in the `InPlaceOrRecreate` mode. In this mode, the VPA attempts to apply the recommended updates without re-creating pods. If the VPA is unable to update the pods in place, the VPA falls back to re-creating the pods. For more information, see xref:../nodes/pods/nodes-pods-vertical-autoscaler.adoc#nodes-pods-vertical-autoscaler-modes_nodes-pods-vertical-autoscaler[About the Vertical Pod Autoscaler Operator modes]. -Cluster Autoscaler Operator can now cordon nodes before removing the node:: +Cluster Autoscaler Operator can now cordon nodes before removing the node:: + By default, when the Cluster Autoscaler Operator removes a node, it does not cordon the node when draining the pods from the node. You can configure the Operator to cordon the node before draining and moving the pods. For more information, see xref:../machine_management/applying-autoscaling.adoc#cluster-autoscaler-about_applying-autoscaling[About the cluster autoscaler]. @@ -192,7 +192,7 @@ The following additional VCF and VVF components are outside the scope of Red Hat [id="ocp-release-notes-machine-config-operator_{context}"] == Machine Config Operator -Boot image management for {azure-short} and {vmw-short} clusters promoted to GA:: +Boot image management for {azure-short} and {vmw-short} clusters promoted to GA:: + Updating boot images has been promoted to GA for {azure-full} and {vmw-full} clusters. For more information, see xref:../machine_configuration/mco-update-boot-images.adoc#mco-update-boot-images[Boot image management]. @@ -300,10 +300,6 @@ Item description:: Detailed information. //// -Bare Metal Operator has read-only root filesystem by default:: -+ -As of this update, the Bare Metal Operator has the `readOnlyRootFilesystem` security context setting enabled to meet common hardening recommendations. - [id="ocp-release-notes-operator-lifecycle_{context}"] == Operator lifecycle diff --git a/modules/rn-ocp-release-notes-notable-changes.adoc b/modules/rn-ocp-release-notes-notable-changes.adoc index e9199349ac..c7954dc2b3 100644 --- a/modules/rn-ocp-release-notes-notable-changes.adoc +++ b/modules/rn-ocp-release-notes-notable-changes.adoc @@ -14,4 +14,8 @@ Detailed information. {vmw-full} 7 and VMware Cloud Foundation 4 end of general support:: + -Broadcom has ended general support for {vmw-full} 7 and VMware Cloud Foundation (VCF) 4. If your existing {product-title} cluster is running on either of these platforms, you must plan to migrate or upgrade your VMware infrastructure to a supported version. {product-title} supports installation on {vmw-short} 8 Update 1 or later, or VCF 5 or later. \ No newline at end of file +Broadcom has ended general support for {vmw-full} 7 and VMware Cloud Foundation (VCF) 4. If your existing {product-title} cluster is running on either of these platforms, you must plan to migrate or upgrade your VMware infrastructure to a supported version. {product-title} supports installation on {vmw-short} 8 Update 1 or later, or VCF 5 or later. + +Bare Metal Operator has read-only root filesystem by default:: ++ +As of this update, the Bare Metal Operator has the `readOnlyRootFilesystem` security context setting enabled to meet common hardening recommendations.