Skip to content

Commit 2772609

Browse files
authored
Merge pull request #98079 from AedinC/OSDOCS-14509
OSDOCS-14509:Pruning Nodes book.
2 parents be2d649 + 4660d97 commit 2772609

File tree

6 files changed

+16
-10
lines changed

6 files changed

+16
-10
lines changed

modules/ossm-rn-new-features.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1140,8 +1140,8 @@ This release of {SMProductName} adds new features and enhancements, and is suppo
11401140
=== `WasmPlugin` API
11411141
This release adds support for the `WasmPlugin` API and deprecates the `ServiceMeshExtension` API.
11421142

1143-
=== ROSA support
1144-
This release introduces service mesh support for Red Hat OpenShift on AWS (ROSA), including multi-cluster federation.
1143+
=== Red Hat OpenShift Service on AWS support
1144+
This release introduces service mesh support for Red Hat OpenShift Service on AWS, including multi-cluster federation.
11451145

11461146
=== `istio-node` DaemonSet renamed
11471147
This release, the `istio-node` DaemonSet is renamed to `istio-cni-node` to match the name in upstream Istio.
@@ -1485,10 +1485,10 @@ New Custom Resource Definitions (CRDs) have been added to support federating ser
14851485
* `ImportedServiceSet` - Defines which services for a given `ServiceMeshPeer` are imported from the peer mesh. These services must also be made available by the peer’s `ExportedServiceMeshSet` resource.
14861486

14871487
ifndef::openshift-rosa-hcp,openshift-rosa[]
1488-
Service Mesh Federation is not supported between clusters on Red Hat OpenShift Service on AWS (ROSA), Azure Red Hat OpenShift (ARO), or OpenShift Dedicated (OSD).
1488+
Service Mesh Federation is not supported between clusters on Red Hat OpenShift Service on AWS, Azure Red Hat OpenShift (ARO), or OpenShift Dedicated.
14891489
endif::openshift-rosa-hcp,openshift-rosa[]
14901490
ifdef::openshift-rosa-hcp,openshift-rosa[]
1491-
Service Mesh Federation is not supported between clusters on Red Hat OpenShift Service on AWS (ROSA) or OpenShift Dedicated (OSD).
1491+
Service Mesh Federation is not supported between clusters on Red Hat OpenShift Service on AWS or OpenShift Dedicated.
14921492
endif::openshift-rosa-hcp,openshift-rosa[]
14931493

14941494
=== OVN-Kubernetes Container Network Interface (CNI) generally available

nodes/clusters/nodes-containers-events.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:_mod-docs-content-type: ASSEMBLY
22
:context: nodes-containers-events
33
[id="nodes-containers-events"]
4-
= Viewing system event information in an {product-title} cluster
4+
= Viewing system event information in {product-title} clusters
55
include::_attributes/common-attributes.adoc[]
66

77
toc::[]

nodes/cma/nodes-cma-rn/nodes-cma-autoscaling-custom-rn-past.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,9 @@ Before installing this version of the Custom Metrics Autoscaler Operator, remove
183183
=== New features and enhancements
184184

185185
[id="nodes-pods-autoscaling-custom-rn-2112-new-rosa-osd_{context}"]
186-
==== Red Hat OpenShift Service on AWS (ROSA) and OpenShift Dedicated are now supported
186+
==== Red Hat OpenShift Service on AWS and OpenShift Dedicated are now supported
187187

188-
The Custom Metrics Autoscaler Operator 2.11.2-311 can be installed on OpenShift ROSA and OpenShift Dedicated managed clusters. Previous versions of the Custom Metrics Autoscaler Operator could be installed only in the `openshift-keda` namespace. This prevented the Operator from being installed on OpenShift ROSA and OpenShift Dedicated clusters. This version of Custom Metrics Autoscaler allows installation to other namespaces such as `openshift-operators` or `keda`, enabling installation into ROSA and Dedicated clusters.
188+
The Custom Metrics Autoscaler Operator 2.11.2-311 can be installed on Red Hat OpenShift Service on AWS and OpenShift Dedicated managed clusters. Previous versions of the Custom Metrics Autoscaler Operator could be installed only in the `openshift-keda` namespace. This prevented the Operator from being installed on Red Hat OpenShift Service on AWS and OpenShift Dedicated clusters. This version of Custom Metrics Autoscaler allows installation to other namespaces such as `openshift-operators` or `keda`, enabling installation into Red Hat OpenShift Service on AWS and OpenShift Dedicated clusters.
189189

190190
[id="nodes-pods-autoscaling-custom-rn-2112-bugs_{context}"]
191191
=== Bug fixes

nodes/containers/nodes-containers-copying-files.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:_mod-docs-content-type: ASSEMBLY
22
:context: nodes-containers-copying-files
33
[id="nodes-containers-copying-files"]
4-
= Copying files to or from an {product-title} container
4+
= Copying files to or from {product-title} containers
55
include::_attributes/common-attributes.adoc[]
66

77
toc::[]

nodes/containers/nodes-containers-remote-commands.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ toc::[]
1010

1111

1212

13-
You can use the CLI to execute remote commands in an {product-title} container.
13+
You can use the CLI to execute remote commands in {product-title} containers.
1414

1515
// The following include statements pull in the module files that comprise
1616
// the assembly. Include any combination of concept, procedure, or reference

nodes/jobs/nodes-pods-daemonsets.adoc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9-
As an administrator, you can create and use daemon sets to run replicas of a pod on specific or all nodes in an {product-title} cluster.
9+
As an administrator, you can create and use daemon sets to run replicas of a pod on specific or all nodes in
10+
ifndef::openshift-rosa,openshift-rosa-hcp[]
11+
an {product-title} cluster.
12+
endif::openshift-rosa,openshift-rosa-hcp[]
13+
ifdef::openshift-rosa,openshift-rosa-hcp[]
14+
a {product-title} cluster.
15+
endif::openshift-rosa,openshift-rosa-hcp[]
1016

1117
A daemon set ensures that all (or some) nodes run a copy of a pod. As nodes are added to the cluster, pods are added to the cluster.
1218
As nodes are removed from the cluster, those pods are removed through garbage collection. Deleting a daemon set will clean up the pods it created.

0 commit comments

Comments
 (0)