Skip to content

Commit 373b82d

Browse files
authored
Merge pull request #22996 from bergerhoffer/master-build
Fixing typos to kick off a build
2 parents f0e5441 + 45d4460 commit 373b82d

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

modules/ipi-install-preparing-the-provision-node-for-openshift-install.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Perform the following steps to prepare the environment.
2424
[root@provisioner ~]# su - kni -c "ssh-keygen -t rsa -f /home/kni/.ssh/id_rsa -N ''"
2525
----
2626

27-
. Log in in as the new user on the provision node.
27+
. Log in as the new user on the provision node.
2828
+
2929
----
3030
# su - kni

modules/ipi-install-preparing-the-provisioner-node-for-openshift-install.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Perform the following steps to prepare the environment.
2626
[root@provisioner ~]# su - kni -c "ssh-keygen -t rsa -f /home/kni/.ssh/id_rsa -N ''"
2727
----
2828

29-
. Log in in as the new user on the provision node.
29+
. Log in as the new user on the provision node.
3030
+
3131
----
3232
[root@provisioner ~]# su - kni

modules/op-installing-pipelines-operator-in-web-console.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Ensure that you do not select the *Community* version of the *OpenShift Pipeline
2929

3030
.. Select *All namespaces on the cluster (default)* for the *Installation Mode*. This mode installs the Operator in the default `openshift-operators` namespace, which enables the Operator to watch and be made available to all namespaces in the cluster.
3131

32-
.. Select *Automatic* for the *Approval Strategy*. This ensures that the future upgrades to the Operator are handled automatically by the the Operator Lifecycle Manager (OLM). If you select the *Manual* approval strategy, OLM creates an update request. As a cluster administrator, you must then manually approve the OLM update request to update the Operator to the new version.
32+
.. Select *Automatic* for the *Approval Strategy*. This ensures that the future upgrades to the Operator are handled automatically by the Operator Lifecycle Manager (OLM). If you select the *Manual* approval strategy, OLM creates an update request. As a cluster administrator, you must then manually approve the OLM update request to update the Operator to the new version.
3333
.. Select an *Update Channel*.
3434
*** The *ocp-<4.x>* channel enables installation of the latest stable release of the {pipelines-title} Operator.
3535
*** The *preview* channel enables installation of the latest preview version of the {pipelines-title} Operator, which may contain features that are not yet available from the 4.x update channel.

modules/topology-manager-policies.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Topology Manager aligns Pod resources of all Quality of Service (QoS) classes by
1212
To align CPU resources with other requested resources in a Pod spec, the CPU Manager must be enabled with the `static` CPU Manager policy.
1313
====
1414

15-
Topology Manager supports four allocation policies, which you assign in the the `cpumanager-enabled` custom resource (CR):
15+
Topology Manager supports four allocation policies, which you assign in the `cpumanager-enabled` custom resource (CR):
1616

1717
`none` policy::
1818

@@ -32,7 +32,7 @@ For each container in a Pod with the `restricted` topology
3232
management policy, kubelet calls each Hint Provider to discover their resource
3333
availability. Using this information, the Topology Manager stores the
3434
preferred NUMA Node affinity for that container. If the affinity is not
35-
preferred, Topology Manager rejects this pod from the node,
35+
preferred, Topology Manager rejects this pod from the node,
3636
resulting in a pod in a Terminated state with a pod admission failure.
3737

3838
`single-numa-node` policy::

service_mesh/service_mesh_user_guide/ossm-traffic-manage.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ include::modules/ossm-document-attributes.adoc[]
55

66
toc::[]
77

8-
You can control the flow of traffic and API calls between services in {ProductName}. For example, some services in your service mesh may need to to communicate within the mesh and others may need to be hidden. Manage the traffic to hide specific backend services, expose services, create testing or versioning deployments, or add a security layer on a set of services.
8+
You can control the flow of traffic and API calls between services in {ProductName}. For example, some services in your service mesh may need to communicate within the mesh and others may need to be hidden. Manage the traffic to hide specific backend services, expose services, create testing or versioning deployments, or add a security layer on a set of services.
99

10-
This guide references the Bookinfo sample application to provide examples of routing in an example application. Install the xref:../../service_mesh/service_mesh_day_two/ossm-example-bookinfo.adoc#ossm-bookinfo-tutorial[Bookinfo application] to learn how these routing examples work.
10+
This guide references the Bookinfo sample application to provide examples of routing in an example application. Install the xref:../../service_mesh/service_mesh_day_two/ossm-example-bookinfo.adoc#ossm-bookinfo-tutorial[Bookinfo application] to learn how these routing examples work.
1111

1212
include::modules/ossm-routing.adoc[leveloffset=+1]
1313

1414
include::modules/ossm-routing-ingress.adoc[leveloffset=+1]
1515

16-
include::modules/ossm-routing-bookinfo-example.adoc[leveloffset=+1]
16+
include::modules/ossm-routing-bookinfo-example.adoc[leveloffset=+1]

virt/virtual_machines/importing_vms/virt-importing-vmware-vm.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ include::modules/technology-preview.adoc[leveloffset=+1]
1414

1515
== Creating and using a VMware Virtual Disk Development Kit image
1616

17-
The VMware Virtual Disk Development Kit (VDDK) SDK is used to copy VMware virtual disks. You can create a VDDK image and add it to the the `v2v-vmware` ConfigMap to import a VMware virtual machine.
17+
The VMware Virtual Disk Development Kit (VDDK) SDK is used to copy VMware virtual disks. You can create a VDDK image and add it to the `v2v-vmware` ConfigMap to import a VMware virtual machine.
1818

1919
You can store the VDDK image in the internal {product-title} image registry or in a secure external image registry.
2020

0 commit comments

Comments
 (0)