Skip to content

Commit d58e080

Browse files
Merge pull request #59949 from ShaunaDiaz/OSDOCS-6006-2
OSDOCS-6006-2: various nits MicroShift 4-13
2 parents 7338ecc + 958f283 commit d58e080

File tree

6 files changed

+11
-5
lines changed

6 files changed

+11
-5
lines changed

microshift_configuring/microshift-using-config-tools.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ toc::[]
99
A YAML file customizes {product-title} instances with your preferences, settings, and parameters.
1010

1111
include::modules/microshift-config-yaml.adoc[leveloffset=+1]
12+
1213
include::modules/microshift-config-nodeport-limits.adoc[leveloffset=+1]

microshift_install/microshift-install-rpm.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ You can install {product-title} from an RPM package on a machine with {op-system
1111
include::snippets/microshift-tech-preview-snip.adoc[leveloffset=+1]
1212

1313
include::modules/microshift-install-system-requirements.adoc[leveloffset=+1]
14+
1415
include::modules/microshift-install-rpm-before.adoc[leveloffset=+1]
16+
1517
include::modules/microshift-install-rpm-preparing.adoc[leveloffset=+1]
1618

1719
[role="_additional-resources"]
@@ -30,15 +32,19 @@ include::modules/microshift-install-rpms.adoc[leveloffset=+1]
3032
* xref:../microshift_install/microshift-install-rpm.adoc#microshift-install-rpm-preparing_microshift-install-rpm[Preparing to install MicroShift from an RPM package].
3133
3234
include::modules/microshift-service-starting.adoc[leveloffset=+1]
35+
3336
include::modules/microshift-service-stopping.adoc[leveloffset=+1]
37+
3438
include::modules/microshift-accessing.adoc[leveloffset=+1]
3539

3640
[role="_additional-resources"]
3741
.Additional resources
3842
* xref:../microshift_cli_ref/microshift-oc-cli-install.adoc#microshift-oc-cli-install[Installing the OpenShift CLI tool].
3943
4044
include::modules/microshift-accessing-cluster-locally.adoc[leveloffset=+2]
45+
4146
include::modules/microshift-accessing-cluster-open-firewall.adoc[leveloffset=+2]
47+
4248
include::modules/microshift-accessing-cluster-remotely.adoc[leveloffset=+2]
4349

4450
//note: additional resources are deliberately set without ID and context so that they trail modules; these are not intended to appear as assembly-level additional resources

modules/microshift-accessing-cluster-remotely.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,7 @@ Use the following procedure to access the {product-title} cluster from a remote
4848
$ chmod go-r ~/.kube/config
4949
----
5050

51-
.Verify {product-title} is running
52-
53-
. As `user@workstation`, verify that {product-title} is running by running the following command:
51+
. As `user@workstation`, verify that {product-title} is running by entering the following command:
5452
+
5553
[source,terminal]
5654
----

modules/microshift-kubeconfig-local-access.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[id="microshift-kubeconfig-local-access_{context}"]
77
= Local access kubeconfig file
88

9-
The local access `kubeconfig` file is written to`/var/lib/microshift/resources/kubeadmin/kubeconfig`. This `kubeconfig` file provides access to the API server using `localhost`. Choose this file when you are connecting the cluster locally.
9+
The local access `kubeconfig` file is written to `/var/lib/microshift/resources/kubeadmin/kubeconfig`. This `kubeconfig` file provides access to the API server using `localhost`. Choose this file when you are connecting the cluster locally.
1010

1111
.Example contents of `kubeconfig` for local access
1212
[source,yaml]

modules/microshift-kubeconfig-remote-con.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ clusters:
1919
server: https://microshift-rhel9:6443
2020
----
2121

22+
//line space was not showing on PV1 preview, so added extra blank line
2223
[id="remote-access-customization_{context}"]
2324
== Remote access customization
2425
Multiple remote access `kubeconfig` file values can be generated for accessing the cluster with different IP addresses or host names. An additional `kubeconfig` file generates for each entry in the `apiServer.subjectAltNames` parameter. You can copy remote access `kubeconfig` files from the host during times of IP connectivity and then use them to access the API server from other workstations.

welcome/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Next, view the xref:../microshift_release_notes/microshift-4-13-release-notes.ad
5757

5858
* For information about Red Hat Device Edge, read the link:https://access.redhat.com/documentation/en-us/red_hat_device_edge/4/html/overview/device-edge-overview[Red Hat Device Edge overview].
5959
* For information about Red Hat Enterprise Linux for Edge, read link:https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/composing_installing_and_managing_rhel_for_edge_images/index[RHEL for Edge documentation].
60-
* For documentation that is not specific to {product-title}, read link:https://docs.openshift.com/container-platform/latest/welcome/index.html[{product-title} documentation].
60+
* For container platform documentation that is not specific to {product-title}, read link:https://docs.openshift.com/container-platform/latest/welcome/index.html[OpenShift Container Platform documentation].
6161
endif::[]
6262
6363
ifdef::openshift-enterprise,openshift-webscale,openshift-origin[]

0 commit comments

Comments
 (0)