mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
OSDOCS-16189-417: adds corections 4.17+
This commit is contained in:
@@ -115,7 +115,7 @@ Topics:
|
||||
File: microshift-using-config-yaml
|
||||
- Name: Configuring IPv6 networking
|
||||
File: microshift-nw-ipv6-config
|
||||
- Name: Cluster access with kubeconfig
|
||||
- Name: Cluster access with kubeconfig files
|
||||
File: microshift-cluster-access-kubeconfig
|
||||
- Name: Using custom certificate authorities
|
||||
File: microshift-custom-ca
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
:_mod-docs-content-type: ASSEMBLY
|
||||
[id="microshift-kubeconfig"]
|
||||
= Cluster access with kubeconfig
|
||||
= Cluster access with kubeconfig files
|
||||
include::_attributes/attributes-microshift.adoc[]
|
||||
:context: microshift-kubeconfig
|
||||
|
||||
|
||||
@@ -66,6 +66,7 @@ Bridge mappings allow provider network traffic to reach the physical network. Tr
|
||||
include::modules/microshift-nw-topology.adoc[leveloffset=+1]
|
||||
|
||||
[id="_additional-resources_microshift-cni_{context}"]
|
||||
[role="_additional-resources"]
|
||||
== Additional resources
|
||||
|
||||
* xref:../microshift_configuring/microshift-using-config-yaml.adoc#microshift-config-yaml_microshift-configuring[Using a YAML configuration file]
|
||||
|
||||
@@ -20,15 +20,14 @@ To browse the {microshift-short} {product-version} documentation, use one of the
|
||||
|
||||
To get started with {microshift-short}, use the following links:
|
||||
|
||||
//text is in main assembly for the sake of cross references
|
||||
* xref:../microshift_release_notes/microshift-4-17-release-notes.adoc#microshift-4-17-release-notes[{product-title} release notes]
|
||||
* xref:../microshift_install_rpm/microshift-install-rpm.adoc#microshift-install-rpm[Installing {product-title}]
|
||||
* xref:../microshift_install_get_ready/microshift-install-get-ready.adoc#microshift-install-get-ready[Getting ready to install MicroShift]
|
||||
|
||||
For related information, use the following links:
|
||||
|
||||
* link:https://access.redhat.com/documentation/en-us/red_hat_device_edge/4/html/overview/device-edge-overview[Red Hat Device Edge overview]
|
||||
* link:https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/composing_installing_and_managing_rhel_for_edge_images/index[RHEL for Edge documentation]
|
||||
* link:https://docs.openshift.com/container-platform/latest/welcome/index.html[{OCP} documentation]
|
||||
* link:https://docs.redhat.com/documentation/en-us/red_hat_device_edge/4/html/overview/device-edge-overview[Red Hat Device Edge overview]
|
||||
* link:https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/using_image_mode_for_rhel_to_build_deploy_and_manage_operating_systems/index[Using image mode for RHEL to build, deploy, and manage operating systems]
|
||||
* link:https://docs.redhat.com/en/documentation/openshift_container_platform/[{OCP} documentation]
|
||||
|
||||
include::modules/microshift-about.adoc[leveloffset=+1]
|
||||
|
||||
|
||||
@@ -5,9 +5,10 @@
|
||||
:_mod-docs-content-type: CONCEPT
|
||||
[id="microshift-architectural-design_{context}"]
|
||||
== Architectural design
|
||||
|
||||
{microshift-short} is a single-node container orchestration runtime designed to extend the benefits of using containers for running applications to low-resource edge environments. Because {microshift-short} is primarily a platform for deploying applications, only the APIs and features essential to operating in edge and small form factor computing environments are included.
|
||||
|
||||
For example, {microshift-short} contains only the following Kubernetes cluster capabilities:
|
||||
For example, {microshift-short} has only the following Kubernetes cluster capabilities:
|
||||
|
||||
* Networking
|
||||
* Ingress
|
||||
|
||||
@@ -22,7 +22,7 @@ The default configuration of the `systemd` journal service stores data in a vola
|
||||
$ sudo journalctl -u microshift
|
||||
----
|
||||
|
||||
* Check the Greenboot journal logs by running the following command:
|
||||
* Check the greenboot journal logs by running the following command:
|
||||
+
|
||||
[source,terminal]
|
||||
----
|
||||
@@ -48,8 +48,7 @@ IDX BOOT ID FIRST ENTRY LAST ENTRY
|
||||
|
||||
** Check the journal logs for the specific boot you want by running the following command:
|
||||
+
|
||||
[source,terminal]
|
||||
[subs="+quotes"]
|
||||
[source,terminal,subs="+quotes"]
|
||||
----
|
||||
$ sudo journalctl --boot __<idx_or_boot_id>__ <1>
|
||||
----
|
||||
@@ -57,8 +56,7 @@ $ sudo journalctl --boot __<idx_or_boot_id>__ <1>
|
||||
|
||||
** Check the journal logs for the boot of a specific service by running the following command:
|
||||
+
|
||||
[source,terminal]
|
||||
[subs="+quotes"]
|
||||
[source,terminal,subs="+quotes"]
|
||||
----
|
||||
$ sudo journalctl --boot __<idx_or_boot_id>__ -u __<service_name>__ <1> <2>
|
||||
----
|
||||
|
||||
Reference in New Issue
Block a user