Skip to content

Commit 9d9b8a9

Browse files
authored
Merge pull request #106151 from wgabor0427/OSDOCS-17110
OSDOCS-17110 CQA for Microshift
2 parents 4567ce3 + b1cdf85 commit 9d9b8a9

11 files changed

Lines changed: 24 additions & 10 deletions

microshift_install_rpm/microshift-access-node.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ include::_attributes/attributes-microshift.adoc[]
44
= Accessing the {microshift-short} node with oc
55
:context: microshift-access-node
66

7+
78
toc::[]
89

910
[role="_abstract"]
10-
Access a {microshift-short} node by using the {oc-first}.
11+
Access a {microshift-short} node with the {oc-first}.
1112

1213
include::modules/microshift-accessing.adoc[leveloffset=+1]
1314

microshift_install_rpm/microshift-stop-start.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ include::_attributes/attributes-microshift.adoc[]
66

77
toc::[]
88

9+
[role="_abstract"]
910
You can stop or start {microshift-short} for a variety of reasons, including a fresh installation, adding optional RPM packages, and troubleshooting.
1011

1112
include::modules/microshift-service-starting.adoc[leveloffset=+1]

microshift_install_rpm/microshift-uninstall-rpm.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
[id="microshift-uninstall-rpm"]
33
include::_attributes/attributes-microshift.adoc[]
44
= Uninstalling {microshift-short}
5+
56
:context: microshift-uninstall-rpm
67

78
toc::[]
89

9-
Before you uninstall {microshift-short}, clean up all the {microshift-short} data and configuration by running the `microshift-cleanup-data` script.
10+
[role="_abstract"]
11+
When you want to uninstall {microshift-short} RPMs, you must take specific steps to remove the data from your host.
1012

1113
include::modules/microshift-uninstall-microshift-rpms.adoc[leveloffset=+1]

modules/microshift-accessing-node-remotely.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The `user@workstation` login is used to access the host machine remotely. The `<
3737
+
3838
Replace the value, _<{microshift-short}_hostname>_, with the either the name or the IP address of the host running {microshift}.
3939

40-
. As `user@workstation`, copy the generated `kubeconfig` file that contains the hostname or IP address you want to connect to from the {op-system-base} machine running {microshift-short} to your local machine by running the following command:
40+
. As `user@workstation`, copy the generated `kubeconfig` file that has the hostname or IP address you want to connect to from the {op-system-base} machine running {microshift-short} to your local machine by running the following command:
4141
+
4242
[source,terminal,subs="+quotes"]
4343
----

modules/microshift-accessing.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ Access the {microshift-short} service by using the {oc-first}.
1212

1313
* You can access the node from either the same machine running the {microshift-short} service or from a remote location.
1414
* You can use this access to observe and administer workloads.
15-
* When using the following steps, choose the `kubeconfig` file that contains the hostname or IP address you want to connect to and place it in the relevant directory.
15+
* When using the following steps, choose the `kubeconfig` file that has the hostname or IP address you want to connect to and place it in the relevant directory.

modules/microshift-install-rpm-before.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
[id="microshift-install-rpm-before_{context}"]
77
= Before installing {microshift-short} from an RPM package
88

9-
Preparation of the host machine is recommended before installing {microshift-short} for memory configuration and FIPS mode.
9+
[role="_abstract"]
10+
Before installing {microshift-short for memory configuration and FIPS mode, you must prepare the host.
1011

1112
[id="microshift-configuring-volume-groups_{context}"]
1213
== Configuring volume groups

modules/microshift-install-rpm-preparing.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
[id="microshift-install-rpm-preparing_{context}"]
77
= Preparing to install {microshift-short} from an RPM package
88

9-
Configure your {op-system-base} machine to have a logical volume manager (LVM) volume group (VG) with sufficient capacity for the persistent volumes (PVs) of your workload.
9+
[role="_abstract"]
10+
When you are getting ready to install {microshift-short} RPMs, make sure you have enough storage capacity for the workload you want to run.
1011

1112
.Prerequisites
1213

@@ -41,5 +42,5 @@ Example output:
4142
[source,terminal]
4243
----
4344
VG #PV #LV #SN Attr VSize VFree
44-
rhel 1 2 0 wz--n- <127.00g 54.94g
45+
rhel 1 2 0 wz--n- 127.00g 54.94g
4546
----

modules/microshift-install-rpms.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
[id="installing-microshift-from-rpm-package_{context}"]
77
= Installing {microshift-short} from an RPM package
88

9+
[role="_abstract"]
910
Use the following procedure to install {microshift-short} from an RPM package.
1011

1112
.Prerequisites

modules/microshift-service-starting.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
[id="starting-microshift_service_{context}"]
77
= Starting the {microshift-short} service
88

9+
[role="_abstract"]
910
Use the following procedure to start the {microshift-short} service.
1011

1112
.Prerequisites

modules/microshift-service-stopping.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
= Stopping the {microshift-short} service
1010

1111
[role="_abstract"]
12-
To stop the {microshift-short} service, you can run `systemctl stop microshift`. You can also stop any deployed workloads by running `systemctl stop kubepods.slice`.
12+
When you want to stop the {microshift-short} service, you must stop both the service and any deployed workloads.
13+
1314

1415
.Prerequisites
1516

0 commit comments

Comments
 (0)