1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

OSDOCS-6002-2: various nits MicroShift 4-13

This commit is contained in:
“Shauna Diaz”
2023-05-11 15:56:45 -04:00
committed by openshift-cherrypick-robot
parent fe36bdede4
commit 758fb357b3
6 changed files with 11 additions and 5 deletions

View File

@@ -9,4 +9,5 @@ toc::[]
A YAML file customizes {product-title} instances with your preferences, settings, and parameters.
include::modules/microshift-config-yaml.adoc[leveloffset=+1]
include::modules/microshift-config-nodeport-limits.adoc[leveloffset=+1]

View File

@@ -11,7 +11,9 @@ You can install {product-title} from an RPM package on a machine with {op-system
include::snippets/microshift-tech-preview-snip.adoc[leveloffset=+1]
include::modules/microshift-install-system-requirements.adoc[leveloffset=+1]
include::modules/microshift-install-rpm-before.adoc[leveloffset=+1]
include::modules/microshift-install-rpm-preparing.adoc[leveloffset=+1]
[role="_additional-resources"]
@@ -30,7 +32,9 @@ include::modules/microshift-install-rpms.adoc[leveloffset=+1]
* xref:../microshift_install/microshift-install-rpm.adoc#microshift-install-rpm-preparing_microshift-install-rpm[Preparing to install MicroShift from an RPM package].
include::modules/microshift-service-starting.adoc[leveloffset=+1]
include::modules/microshift-service-stopping.adoc[leveloffset=+1]
include::modules/microshift-accessing.adoc[leveloffset=+1]
[role="_additional-resources"]
@@ -38,7 +42,9 @@ include::modules/microshift-accessing.adoc[leveloffset=+1]
* xref:../microshift_cli_ref/microshift-oc-cli-install.adoc#microshift-oc-cli-install[Installing the OpenShift CLI tool].
include::modules/microshift-accessing-cluster-locally.adoc[leveloffset=+2]
include::modules/microshift-accessing-cluster-open-firewall.adoc[leveloffset=+2]
include::modules/microshift-accessing-cluster-remotely.adoc[leveloffset=+2]
//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

View File

@@ -48,9 +48,7 @@ Use the following procedure to access the {product-title} cluster from a remote
$ chmod go-r ~/.kube/config
----
.Verify {product-title} is running
. As `user@workstation`, verify that {product-title} is running by running the following command:
. As `user@workstation`, verify that {product-title} is running by entering the following command:
+
[source,terminal]
----

View File

@@ -6,7 +6,7 @@
[id="microshift-kubeconfig-local-access_{context}"]
= Local access kubeconfig file
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.
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.
.Example contents of `kubeconfig` for local access
[source,yaml]

View File

@@ -19,6 +19,7 @@ clusters:
server: https://microshift-rhel9:6443
----
//line space was not showing on PV1 preview, so added extra blank line
[id="remote-access-customization_{context}"]
== Remote access customization
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.

View File

@@ -57,7 +57,7 @@ Next, view the xref:../microshift_release_notes/microshift-4-13-release-notes.ad
* 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].
* 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].
* For documentation that is not specific to {product-title}, read link:https://docs.openshift.com/container-platform/latest/welcome/index.html[{product-title} documentation].
* 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].
endif::[]
ifdef::openshift-enterprise,openshift-webscale,openshift-origin[]