Skip to content

Commit d5f1ec6

Browse files
authored
Merge pull request #42258 from vbelouso/typo-erros
docs: correct spelling in multiple modules
2 parents a386ac6 + 666c6cc commit d5f1ec6

14 files changed

+16
-16
lines changed

modules/authentication-kubeadmin.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Module included in the following assmeblies:
1+
// Module included in the following assemblies:
22
//
33
// * authentication/removing-kubeadmin.adoc
44
// * post_installation_configuration/preparing-for-users.adoc

modules/ccs-aws-iam.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ IAM policies are subject to modification as the capabilities of {product-title}
3131
}
3232
----
3333

34-
* The `CustomerAdministatorAccess` role provides the customer access to administer a subset of services within the AWS account. At this time, the following are allowed:
34+
* The `CustomerAdministratorAccess` role provides the customer access to administer a subset of services within the AWS account. At this time, the following are allowed:
3535

3636
** VPC Peering
3737
** VPN Setup

modules/cluster-logging-collector-log-forward-fluentd.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ spec:
6969
<11> Optional: Specify the `default` output to forward logs to the internal Elasticsearch instance.
7070
<12> Optional: Specify whether to forward structured JSON log entries as JSON objects in the `structured` field. The log entry must contain valid structured JSON; otherwise, OpenShift Logging removes the `structured` field and instead sends the log entry to the default index, `app-00000x`.
7171
<13> Optional: String. One or more labels to add to the logs.
72-
<14> Optional: Configure multiple outputs to forward logs to other external log aggregtors of any supported type:
72+
<14> Optional: Configure multiple outputs to forward logs to other external log aggregators of any supported type:
7373
** A name to describe the pipeline.
7474
** The `inputRefs` is the log type to forward by using the pipeline: `application,` `infrastructure`, or `audit`.
7575
** The `outputRefs` is the name of the output to use.

modules/cnf-associating-secondary-interfaces-metrics-to-network-attachments.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ When adding secondary interfaces, their names depend on the order in which they
1414

1515
With `pod_network_name_info` it is possible to extend the current metrics with the additional information that identifies the interface type. In this way, it is possible to aggregate the metrics and to add specific alarms to specific interface types.
1616

17-
The network type is generated using the name of the related `NetworkAttachementDefinition`, that in turn is used to differentiate different classes of secondary networks. For example, different interfaces belonging to different networks or using different CNIs use different network attachment definition names.
17+
The network type is generated using the name of the related `NetworkAttachmentDefinition`, that in turn is used to differentiate different classes of secondary networks. For example, different interfaces belonging to different networks or using different CNIs use different network attachment definition names.
1818

1919
[id="cnf-associating-secondary-interfaces-metrics-to-network-attachments-network-metrics-daemon_{context}"]
2020
== Network Metrics Daemon

modules/installation-vsphere-installer-infra-requirements.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Before you install an {product-title} cluster on your vCenter that uses infrastr
2727

2828
To install an {product-title} cluster in a vCenter, the installation program requires access to an account with privileges to read and create the required resources. Using an account that has global administrative privileges is the simplest way to access all of the necessary permissions.
2929

30-
If you cannot use an account with global adminstrative privileges, you must create roles to grant the privileges necessary for {product-title} cluster installation. While most of the privileges are always required, some are required only if you plan for the installation program to provision a folder to contain the {product-title} cluster on your vCenter instance, which is the default behavior. You must create or amend vSphere roles for the specified objects to grant the required privileges.
30+
If you cannot use an account with global administrative privileges, you must create roles to grant the privileges necessary for {product-title} cluster installation. While most of the privileges are always required, some are required only if you plan for the installation program to provision a folder to contain the {product-title} cluster on your vCenter instance, which is the default behavior. You must create or amend vSphere roles for the specified objects to grant the required privileges.
3131

3232
An additional role is required if the installation program is to create a vSphere virtual machine folder.
3333

modules/ldap-syncing-spec.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ if not set.
120120
|string
121121

122122
|`derefAliases`
123-
|The optional behavior of the search with regards to alisases. Can be `never`:
123+
|The optional behavior of the search with regards to aliases. Can be `never`:
124124
never dereference aliases, `search`: only dereference in searching, `base`:
125125
only dereference in finding the base object, `always`: always dereference.
126126
Defaults to `always` if not set.

modules/nw-network-flows-create.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[id="nw-network-flows-create_{context}"]
77
= Adding destinations for network flows collectors
88

9-
As a cluster administator, you can configure the Cluster Network Operator (CNO) to send network flows metadata about the pod network to a network flows collector.
9+
As a cluster administrator, you can configure the Cluster Network Operator (CNO) to send network flows metadata about the pod network to a network flows collector.
1010

1111
.Prerequisites
1212

modules/nw-network-flows-delete.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[id="nw-network-flows-delete_{context}"]
77
= Deleting all destinations for network flows collectors
88

9-
As a cluster administator, you can configure the Cluster Network Operator (CNO) to stop sending network flows metadata to a network flows collector.
9+
As a cluster administrator, you can configure the Cluster Network Operator (CNO) to stop sending network flows metadata to a network flows collector.
1010

1111
.Prerequisites
1212

modules/oc-compliance-fetching-raw-results.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ $ oc compliance fetch-raw scansettingbindings my-binding -o /tmp/
3232
----
3333
Fetching results for my-binding scans: ocp4-cis, ocp4-cis-node-worker, ocp4-cis-node-master
3434
Fetching raw compliance results for scan 'ocp4-cis'.......
35-
The raw compliance results are avaliable in the following directory: /tmp/ocp4-cis
35+
The raw compliance results are available in the following directory: /tmp/ocp4-cis
3636
Fetching raw compliance results for scan 'ocp4-cis-node-worker'...........
37-
The raw compliance results are avaliable in the following directory: /tmp/ocp4-cis-node-worker
37+
The raw compliance results are available in the following directory: /tmp/ocp4-cis-node-worker
3838
Fetching raw compliance results for scan 'ocp4-cis-node-master'......
39-
The raw compliance results are avaliable in the following directory: /tmp/ocp4-cis-node-master
39+
The raw compliance results are available in the following directory: /tmp/ocp4-cis-node-master
4040
----
4141
4242
View the list of files in the directory:

modules/osdk-ansible-watches-file.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Some features can be overridden per resource using an annotation on that CR. The
7878
|Reconcile period
7979
|`reconcilePeriod`
8080
|Time between reconcile runs for a particular CR.
81-
|`ansbile.operator-sdk/reconcile-period`
81+
|`ansible.operator-sdk/reconcile-period`
8282
|`1m`
8383

8484
|Manage status

0 commit comments

Comments
 (0)