Skip to content

Commit 772b3ea

Browse files
authored
Merge pull request #50688 from bergerhoffer/typo-check
Fixing typos and other misc things
2 parents 99e4a5c + 5144e16 commit 772b3ea

File tree

49 files changed

+80
-82
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+80
-82
lines changed

installing/installing_aws/manually-creating-iam.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ include::modules/alternatives-to-storing-admin-secrets-in-kube-system.adoc[level
2626
include::modules/manually-create-identity-access-management.adoc[leveloffset=+1]
2727

2828
[role="_additional-resources"]
29-
.Additional references
29+
.Additional resources
3030
* xref:../../updating/updating-cluster-within-minor.adoc#manually-maintained-credentials-upgrade_updating-cluster-within-minor[Updating a cluster using the web console]
3131
* xref:../../updating/updating-cluster-cli.adoc#manually-maintained-credentials-upgrade_updating-cluster-cli[Updating a cluster using the CLI]
3232

installing/installing_azure/manually-creating-iam-azure.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ include::modules/alternatives-to-storing-admin-secrets-in-kube-system.adoc[level
1717
include::modules/manually-create-identity-access-management.adoc[leveloffset=+1]
1818

1919
[role="_additional-resources"]
20-
.Additional references
20+
.Additional resources
2121
* xref:../../updating/updating-cluster-within-minor.adoc#manually-maintained-credentials-upgrade_updating-cluster-within-minor[Updating a cluster using the web console]
2222
* xref:../../updating/updating-cluster-cli.adoc#manually-maintained-credentials-upgrade_updating-cluster-cli[Updating a cluster using the CLI]
2323

installing/installing_gcp/manually-creating-iam-gcp.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ For a detailed description of all available CCO credential modes and their suppo
2121
include::modules/manually-create-identity-access-management.adoc[leveloffset=+1]
2222

2323
[role="_additional-resources"]
24-
.Additional references
24+
.Additional resources
2525
* xref:../../updating/updating-cluster-within-minor.adoc#manually-maintained-credentials-upgrade_updating-cluster-within-minor[Updating a cluster using the web console]
2626
* xref:../../updating/updating-cluster-cli.adoc#manually-maintained-credentials-upgrade_updating-cluster-cli[Updating a cluster using the CLI]
2727

logging/cluster-logging-external.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ spec:
8888
- logcollector
8989
----
9090
+
91-
. Use the `ccoctl` command to to create a role for AWS using your `CredentialsRequest` CR. With the `CredentialsRequest` object, this `ccoctl` command creates an IAM role with a trust policy that is tied to the specified OIDC identity provider, and a permissions policy that grants permissions to perform operations on CloudWatch resources. This command also creates a YAML configuration file in ``/<path_to_ccoctl_output_dir>/manifests/openshift-logging-<your_role_name>-credentials.yaml`. This secret file contains the `role_arn` key/value used during authentication with the AWS IAM identity provider.
91+
. Use the `ccoctl` command to create a role for AWS using your `CredentialsRequest` CR. With the `CredentialsRequest` object, this `ccoctl` command creates an IAM role with a trust policy that is tied to the specified OIDC identity provider, and a permissions policy that grants permissions to perform operations on CloudWatch resources. This command also creates a YAML configuration file in `/<path_to_ccoctl_output_dir>/manifests/openshift-logging-<your_role_name>-credentials.yaml`. This secret file contains the `role_arn` key/value used during authentication with the AWS IAM identity provider.
9292
+
9393
[source,terminal]
9494
----

modules/apiserversource-kn.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You can use the `kn source apiserver create` command to create an API server sou
1313

1414
* The {ServerlessOperatorName} and Knative Eventing are installed on the cluster.
1515
* You have created a project or have access to a project with the appropriate roles and permissions to create applications and other workloads in {product-title}.
16-
* You have installed the OpenShift (`oc`) CLI.
16+
* You have installed the OpenShift CLI (`oc`).
1717
* You have installed the Knative (`kn`) CLI.
1818
1919
.Procedure

modules/apiserversource-yaml.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Creating Knative resources by using YAML files uses a declarative API, which ena
1313
* The {ServerlessOperatorName} and Knative Eventing are installed on the cluster.
1414
* You have created a project or have access to a project with the appropriate roles and permissions to create applications and other workloads in {product-title}.
1515
* You have created the `default` broker in the same namespace as the one defined in the API server source YAML file.
16-
* Install the OpenShift (`oc`) CLI.
16+
* Install the OpenShift CLI (`oc`).
1717
1818
.Procedure
1919

modules/cluster-logging-feature-reference.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ $ oc -n openshift-logging edit ClusterLogging instance
7575
| Infra container logs | &#10003; | &#10003;
7676
| Infra journal logs | &#10003; | &#10003;
7777
| Kube API audit logs | &#10003; | &#10003;
78-
| Openshift API audit logs | &#10003; | &#10003;
78+
| OpenShift API audit logs | &#10003; | &#10003;
7979
| Open Virtual Network (OVN) audit logs| &#10003; | &#10003;
8080
|===============================================================
8181

modules/deploy-red-hat-openshift-container-storage.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
|Instructions on deploying {rh-storage} to local storage on bare metal infrastructure
2121
|link:https://access.redhat.com/documentation/en-us/red_hat_openshift_data_foundation/4.9/html/deploying_openshift_data_foundation_using_bare_metal_infrastructure[Deploying OpenShift Data Foundation 4.9 using bare metal infrastructure]
2222

23-
|Instructions on deploying {rh-storage} on Red Hat {product-title} VMWare vSphere clusters
24-
|link:https://access.redhat.com/documentation/en-us/red_hat_openshift_data_foundation/4.9/html/deploying_openshift_data_foundation_on_vmware_vsphere[Deploying OpenShift Data Foundation 4.9 on VMWare vSphere]
23+
|Instructions on deploying {rh-storage} on Red Hat {product-title} VMware vSphere clusters
24+
|link:https://access.redhat.com/documentation/en-us/red_hat_openshift_data_foundation/4.9/html/deploying_openshift_data_foundation_on_vmware_vsphere[Deploying OpenShift Data Foundation 4.9 on VMware vSphere]
2525

2626
|Instructions on deploying {rh-storage} using Amazon Web Services for local or cloud storage
2727
|link:https://access.redhat.com/documentation/en-us/red_hat_openshift_data_foundation/4.9/html/deploying_openshift_data_foundation_using_amazon_web_services[Deploying OpenShift Data Foundation 4.9 using Amazon Web Services]

modules/disabling-plug-in-browser.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Console users can use the `disable-plugins` query parameter to disable specific
1212

1313
* To disable a specific plug-in(s), remove the plug-in you want to disable from the comma-separated list of plug-in names.
1414
15-
* To disable all plug-ins, leave an an empty string in the `disable-plugins` query parameter.
15+
* To disable all plug-ins, leave an empty string in the `disable-plugins` query parameter.
1616
1717
[NOTE]
1818
====

modules/ipi-modify-a-disconnected-registry-config-yaml.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The `install-config.yaml` file must contain the disconnected registry node's cer
1818
$ pullSecret: '{"auths":{"<mirror_host_name>:5000": {"auth": "<credentials>","email": "[email protected]"}}}'----
1919
----
2020
+
21-
For `<mirror_host_name>`, specify the registry domain name that you specified in the certificate for your mirror registry, and for `<credentials>``, specify the base64-encoded user name and password for your mirror registry.
21+
For `<mirror_host_name>`, specify the registry domain name that you specified in the certificate for your mirror registry, and for `<credentials>`, specify the base64-encoded user name and password for your mirror registry.
2222

2323
.. Add the `additionalTrustBundle` parameter and value:
2424
+

0 commit comments

Comments
 (0)