Skip to content

Commit ff035d4

Browse files
kowen-rhpraveenkumar
authored andcommitted
Issue #1055 Fix style errors in documentation
1 parent e4f3933 commit ff035d4

22 files changed

+88
-82
lines changed

docs/source/getting_started/content/assembly_accessing-the-openshift-cluster.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[id="accessing-the-openshift-cluster_{context}"]
22
= Accessing the OpenShift cluster
33

4-
The OpenShift cluster running in the {prod} virtual machine can be accessed via the OpenShift web console or the OpenShift client binary ([command]`oc`).
4+
Access the OpenShift cluster running in the {prod} virtual machine via the OpenShift web console or client binary ([command]`oc`).
55

66
include::proc_accessing-the-openshift-web-console.adoc[leveloffset=+1]
77

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[id="introducing-codeready-containers_{context}"]
22
= Introducing {rh-prod}
33

4-
include::con_understanding-codeready-containers.adoc[leveloffset=+1]
4+
include::con_about-codeready-containers.adoc[leveloffset=+1]
55

66
include::con_differences-from-production-openshift-install.adoc[leveloffset=+1]

docs/source/getting_started/content/assembly_troubleshooting.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
[NOTE]
55
====
66
The goal of {rh-prod} is to deliver an OpenShift environment for development and testing purposes.
7-
Issues occurring during installation or usage of specific OpenShift applications are outside of the scope of {prod} and should be reported to the relevant project.
8-
For example, OpenShift issues are tracked on link:https://github.com/openshift/origin/issues[GitHub].
7+
Issues occurring during installation or usage of specific OpenShift applications are outside of the scope of {prod}.
8+
Report such issues to the relevant project.
9+
For example, OpenShift tracks issues on link:https://github.com/openshift/origin/issues[GitHub].
910
====
1011

1112
include::proc_basic-troubleshooting.adoc[leveloffset=+1]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[id="about-codeready-containers-configuration_{context}"]
22
= About {prod} configuration
33

4-
You can use the [command]`{bin} config` command to configure both the [command]`{bin}` binary and the {prod} virtual machine.
4+
Use the [command]`{bin} config` command to configure both the [command]`{bin}` binary and the {prod} virtual machine.
55
The [command]`{bin} config` command requires a subcommand to act on the configuration.
66
The available subcommands are `get`, `set,` `unset`, and `view`.
77
The `get`, `set`, and `unset` subcommands operate on named configurable properties.
88
Run the [command]`{bin} config --help` command to list the available properties.
99

1010
You can also use the [command]`{bin} config` command to configure the behavior of the startup checks for the [command]`{bin} start` and [command]`{bin} setup` commands.
1111
By default, startup checks report an error and stop execution when their conditions are not met.
12-
To change this behavior, set the value of a property starting with `skip-check` or `warn-check` to `true` to skip the check or report a warning rather than an error, respectively.
12+
Set the value of a property starting with `skip-check` or `warn-check` to `true` to skip the check or report a warning rather than an error, respectively.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[id="about-codeready-containers_{context}"]
2+
= About {prod}
3+
4+
{rh-prod} brings a minimal OpenShift 4 cluster to your local computer.
5+
This cluster provides a minimal environment for development and testing purposes.
6+
{prod} is mainly targeted at running on developers' desktops.
7+
For other use cases, such as headless or multi-developer setups, use the link:https://cloud.redhat.com/openshift/install/[full OpenShift installer].
8+
9+
Refer to the link:https://docs.openshift.com/container-platform/latest/welcome/index.html#developer-activities[OpenShift documentation] for a full introduction to OpenShift.
10+
11+
{prod} includes the [command]`{bin}` command-line interface (CLI) to interact with the {prod} virtual machine running the OpenShift cluster.
Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
[id="differences-from-production-openshift-install_{context}"]
2-
= Differences from a production OpenShift install
2+
= Differences from a production OpenShift installation
33

44
{rh-prod} is a regular OpenShift installation with the following notable differences:
55

6-
* It uses a single node which behaves both as a master and as a worker node.
7-
* The `machine-config` and `monitoring` Operators are disabled by default.
8-
* These disabled Operators will cause the corresponding parts of the web console to be non functional.
9-
* For the same reason, there is currently no upgrade path to newer OpenShift versions.
10-
* Due to technical limitations, the {prod} cluster is ephemeral and will need to be recreated from scratch once a month using a newer release.
11-
* The OpenShift instance is running in a virtual machine, which could cause some other differences, in particular in relation with external networking.
6+
* **The {prod} OpenShift cluster is ephemeral and is not intended for production use.**
7+
* It uses a single node which behaves as both a master and worker node.
8+
* It disables the `machine-config` and `monitoring` Operators by default.
9+
** These disabled Operators cause the corresponding parts of the web console to be non-functional.
10+
** For the same reason, there is no upgrade path to newer OpenShift versions.
11+
* The OpenShift instance runs in a virtual machine.
12+
This may cause other differences, particularly with external networking.

docs/source/getting_started/content/con_understanding-codeready-containers.adoc

Lines changed: 0 additions & 11 deletions
This file was deleted.

docs/source/getting_started/content/proc_accessing-the-openshift-cluster-with-oc.adoc

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ $ oc login -u developer https://api.crc.testing:6443
2828
+
2929
[NOTE]
3030
====
31-
The password for the `developer` user was printed in the output of the [command]`{bin} start` command.
31+
The [command]`{bin} start` command prints the password for the `developer` user.
3232
You can also view it by running the [command]`{bin} console --credentials` command.
3333
====
3434

3535
. You can now use [command]`oc` to interact with your OpenShift cluster.
36-
For example, to verify that the OpenShift cluster operators are available:
36+
For example, to verify that the OpenShift cluster Operators are available:
3737
+
3838
[subs="+quotes,attributes",options="nowrap"]
3939
----
@@ -42,13 +42,12 @@ $ oc get co
4242
+
4343
[NOTE]
4444
====
45-
* The `machine-config` cluster operator is expected to report `False` availability.
46-
* The `monitoring` cluster operator is expected to report `Unknown` availability.
45+
* {prod} disables the `machine-config` and `monitoring` Operators by default.
4746
====
4847

4948
See <<troubleshooting-codeready-containers_{context}>> if you cannot access the {prod} OpenShift cluster.
5049

5150
.Additional resources
5251

5352
* The link:https://docs.openshift.com/container-platform/latest/applications/projects/working-with-projects.html[OpenShift documentation] covers the creation of projects and applications.
54-
* link:https://docs.openshift.com/container-platform/4.2/cli_reference/openshift_developer_cli/understanding-odo.html[OpenShift Do] (`odo`) can also be used to create OpenShift projects and applications from the command line.
53+
* You can also use link:https://docs.openshift.com/container-platform/4.2/cli_reference/openshift_developer_cli/understanding-odo.html[OpenShift Do] (`odo`) to create OpenShift projects and applications from the command line.

docs/source/getting_started/content/proc_accessing-the-openshift-web-console.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ This will open your web browser and direct it to the web console.
1717
+
1818
[NOTE]
1919
====
20-
* You can also view the password for the `developer` and `kubeadmin` user by running [command]`{bin} console --credentials`.
21-
* The cluster can initially be accessed through either the `kubeadmin` or `developer` user.
22-
For creating projects or OpenShift applications, and for application deployment, the `developer` user should be used.
23-
The `kubeadmin` user should only be used for administrative tasks such as creating new users, setting roles, and so on.
20+
* You can also view the password for the `developer` and `kubeadmin` users by running [command]`{bin} console --credentials`.
21+
* You can initially access the cluster through either the `kubeadmin` or `developer` user.
22+
Use the `developer` user for creating projects or OpenShift applications and for application deployment.
23+
Only use the `kubeadmin` user for administrative tasks such as creating new users, setting roles, and so on.
2424
====
2525

2626
See <<troubleshooting-codeready-containers_{context}>> if you cannot access the {prod} OpenShift cluster.

docs/source/getting_started/content/proc_basic-troubleshooting.adoc

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
[id="basic-troubleshooting_{context}"]
22
= Basic troubleshooting
33

4-
The majority of issues can be resolved by stopping a running {prod} virtual machine, deleting the virtual machine, and starting a new instance of the virtual machine.
4+
Resolve most issues by stopping the {prod} virtual machine, deleting it, and starting a new instance.
55

66
.Prerequisites
77

8-
* The host machine has been set up using the [command]`{bin} setup` command.
8+
* You set up the host machine via the [command]`{bin} setup` command.
99
For more information, see <<setting-up-codeready-containers_{context}>>.
10-
* The virtual machine has been started using the [command]`{bin} start` command.
10+
* You started {prod} via the [command]`{bin} start` command.
1111
For more information, see <<starting-the-virtual-machine_{context}>>.
1212
* You are using the latest {prod} release.
13-
The generated certificates for the embedded system image bundle expire after 30 days.
14-
Using an older system image bundle may result in errors related to expired x509 certificates.
13+
Using a version earlier than {prod} 1.2.0 may result in errors related to expired x509 certificates.
1514
For more information, see <<troubleshooting-expired-certificates_{context}>>.
1615

1716
.Procedure
@@ -41,11 +40,11 @@ $ {bin} start
4140
+
4241
[NOTE]
4342
====
44-
The cluster takes a minimum of four minutes to start the necessary containers and operators before serving a request.
43+
The cluster takes a minimum of four minutes to start the necessary containers and Operators before serving a request.
4544
====
4645

47-
If your issue has not been resolved by this procedure, perform the following steps:
46+
If your issue is not resolved by this procedure, perform the following steps:
4847

4948
. link:https://github.com/code-ready/crc/issues[Search open issues] for the issue that you are encountering.
5049
. If no existing issue addresses the encountered issue, link:https://github.com/code-ready/crc/issues/new[create an issue] and link:https://help.github.com/en/articles/file-attachments-on-issues-and-pull-requests[attach the [filename]`~/.crc/crc.log` file] to the created issue.
51-
The [filename]`~/.crc/crc.log` file contains detailed debugging and troubleshooting information which can help diagnose the problem that you are experiencing.
50+
The [filename]`~/.crc/crc.log` file has detailed debugging and troubleshooting information which can help diagnose the problem that you are experiencing.

0 commit comments

Comments
 (0)