Skip to content

Commit 85c3f49

Browse files
authored
Merge pull request #38179 from ctauchen/style-log-in-to
Global style fix: s/log into/log in to
2 parents 9ef083f + cadef0f commit 85c3f49

12 files changed

+15
-15
lines changed

cli_reference/developer_cli_odo/creating-instances-of-services-managed-by-operators.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To create services from an Operator, you must ensure that the Operator has valid
1212
the service. If this YAML has placeholder values or sample values, a service cannot start. You can modify the YAML file and start the service with the modified values. To learn how to modify YAML files and start services from it, see xref:../../cli_reference/developer_cli_odo/creating-instances-of-services-managed-by-operators.adoc#creating-services-from-yaml-files_creating-instances-of-services-managed-by-operators[Creating services from YAML files].
1313

1414
== Prerequisites
15-
* Install the `oc` CLI and log into the cluster.
15+
* Install the `oc` CLI and log in to the cluster.
1616
** Note that the configuration of the cluster determines the services available to you. To access the Operator services, a cluster administrator must install the respective Operator on the cluster first. To learn more, see xref:../../operators/admin/olm-adding-operators-to-cluster.adoc#olm-installing-operators-from-operatorhub_olm-adding-operators-to-a-cluster[Adding Operators to the cluster].
1717
* Install the `{odo-title}` CLI.
1818

modules/dedicated-aws-vpc-configuring-routing-tables.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Select the private one that has a number of explicitly associated subnets.
3030
. Click *Save*.
3131

3232
. You must complete the same process with the other VPC's CIDR block:
33-
.. Log into the Customer AWS Web Console → *VPC Service* → *Route Tables*.
33+
.. Log in to the Customer AWS Web Console → *VPC Service* → *Route Tables*.
3434
.. Select the Route Table for your VPC.
3535
.. Select the *Routes* tab, then *Edit*.
3636
.. Enter the {product-title} Cluster VPC CIDR block in the *Destination* text box.

modules/developer-cli-odo-pushing-the-odo-init-image-to-a-mirror-registry.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ $ echo <content_of_additional_ca> | base64 --decode > disconnect-ca.crt
2727
$ sudo cp ./disconnect-ca.crt /etc/pki/ca-trust/source/anchors/<mirror-registry>.crt
2828
----
2929

30-
. Trust a CA in your client platform and log into the {product-title} mirror registry:
30+
. Trust a CA in your client platform and log in to the {product-title} mirror registry:
3131
+
3232
[source,terminal]
3333
----
@@ -107,7 +107,7 @@ PS C:\> echo <content_of_additional_ca> | base64 --decode > disconnect-ca.crt
107107
PS C:\WINDOWS\system32> certutil -addstore -f "ROOT" disconnect-ca.crt
108108
----
109109

110-
. Trust a CA in your client platform and log into the {product-title} mirror registry:
110+
. Trust a CA in your client platform and log in to the {product-title} mirror registry:
111111
+
112112
.. Restart Docker using the Docker UI.
113113
+

modules/developer-cli-odo-pushing-the-odo-init-image-to-an-internal-registry-directly.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ $ echo <tls.crt> | base64 --decode > ca.crt
5454
$ sudo cp ca.crt /etc/pki/ca-trust/source/anchors/externalroute.crt && sudo update-ca-trust enable && sudo systemctl daemon-reload && sudo systemctl restart docker
5555
----
5656

57-
. Log into the internal registry:
57+
. Log in to the internal registry:
5858
+
5959
[source,terminal]
6060
----
@@ -131,7 +131,7 @@ $ echo <tls.crt> | base64 --decode > ca.crt
131131
$ sudo security add-trusted-cert -d -r trustRoot -k /Library/Keychains/System.keychain ca.crt
132132
----
133133

134-
. Log into the internal registry:
134+
. Log in to the internal registry:
135135
+
136136
[source,terminal]
137137
----
@@ -208,7 +208,7 @@ PS C:\> echo <tls.crt> | base64 --decode > ca.crt
208208
PS C:\WINDOWS\system32> certutil -addstore -f "ROOT" ca.crt
209209
----
210210

211-
. Log into the internal registry:
211+
. Log in to the internal registry:
212212
+
213213
[source,terminal]
214214
----

modules/installing-rhv-accessing-ocp-web-console.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[id="installing-rhv-accessing-ocp-web-console_{context}"]
77
= Accessing the {product-title} web console on {rh-virtualization}
88

9-
After the {product-title} cluster initializes, you can log into the {product-title} web console.
9+
After the {product-title} cluster initializes, you can log in to the {product-title} web console.
1010

1111
.Procedure
1212
. Optional: In the {rh-virtualization-first} Administration Portal, open *Compute* -> *Cluster*.

modules/ipi-install-troubleshooting-bootstrap-vm.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ $ systemctl status libvirtd
5151
├─ 9850 /usr/sbin/libvirtd
5252
----
5353
+
54-
If the bootstrap VM is operational, log into it.
54+
If the bootstrap VM is operational, log in to it.
5555

5656
. Use the `virsh console` command to find the IP address of the bootstrap VM:
5757
+

modules/logging-in-by-using-the-web-console.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[id="logging-in-by-using-the-web-console_{context}"]
99
= Logging in to the cluster by using the web console
1010

11-
The `kubeadmin` user exists by default after an {product-title} installation. You can log into your cluster as the `kubeadmin` user by using the {product-title} web console.
11+
The `kubeadmin` user exists by default after an {product-title} installation. You can log in to your cluster as the `kubeadmin` user by using the {product-title} web console.
1212

1313
.Prerequisites
1414

modules/logging-into-a-cluster-after-installation.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
[id="logging-into-a-cluster-after-installation_{context}"]
66
= Logging into a cluster after an installation
77

8-
After an installation, the `kubeadmin` user exists by default. You can log into your cluster as the `kubeadmin` user by using the CLI or the {product-title} web console.
8+
After an installation, the `kubeadmin` user exists by default. You can log in to your cluster as the `kubeadmin` user by using the CLI or the {product-title} web console.
99

1010

modules/machine-delete.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You can delete a specific machine.
1212

1313
* Install an {product-title} cluster.
1414
* Install the OpenShift CLI (`oc`).
15-
* Log into `oc` as a user with `cluster-admin` permission.
15+
* Log in to `oc` as a user with `cluster-admin` permission.
1616

1717
.Procedure
1818

modules/ossm-access-grafana.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ Grafana is an analytics tool that you can use to view, query, and analyze your s
1717

1818
. Click the link in the *Location* column for the *Grafana* row.
1919

20-
. Log into the Grafana console with your {product-title} credentials.
20+
. Log in to the Grafana console with your {product-title} credentials.

0 commit comments

Comments
 (0)