Skip to content

Commit e49ae5d

Browse files
committed
OSDOCS-7557:PM's edits list for MicroShift GA
1 parent efe9f22 commit e49ae5d

File tree

41 files changed

+92
-101
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+92
-101
lines changed

_topic_maps/_topic_map_ms.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -129,16 +129,18 @@ Name: Networking
129129
Dir: microshift_networking
130130
Distros: microshift
131131
Topics:
132-
- Name: Networking settings
133-
File: microshift-networking
132+
- Name: About the networking plugin
133+
File: microshift-cni
134+
- Name: Using networking settings
135+
File: microshift-networking-settings
134136
- Name: Firewall configuration
135137
File: microshift-firewall
136138
---
137139
Name: Storage
138140
Dir: microshift_storage
139141
Distros: microshift
140142
Topics:
141-
- Name: MicroShift storage overview
143+
- Name: About MicroShift storage
142144
File: index
143145
- Name: Understanding ephemeral storage for MicroShift
144146
File: understanding-ephemeral-storage-microshift
@@ -157,15 +159,15 @@ Name: Running applications
157159
Dir: microshift_running_apps
158160
Distros: microshift
159161
Topics:
160-
- Name: Embedded applications on RHEL for Edge
162+
- Name: Embedding applications on RHEL for Edge
161163
File: microshift-embedded-apps-on-rhel-edge
162164
- Name: Embedding applications for offline use
163165
File: microshift-embed-apps-offline-use
164166
- Name: Embedding applications tutorial
165167
File: microshift-embedding-apps-tutorial
166-
- Name: Application deployment
168+
- Name: Deploying applications
167169
File: microshift-applications
168-
- Name: Operators
170+
- Name: Using operators
169171
File: microshift-operators
170172
- Name: Greenboot workload health check scripts
171173
File: microshift-greenboot-workload-scripts
@@ -189,7 +191,7 @@ Topics:
189191
File: microshift-troubleshoot-cluster
190192
- Name: Troubleshoot updates
191193
File: microshift-troubleshoot-updates
192-
- Name: Checking audit logs
194+
- Name: Checking audit logs
193195
File: microshift-audit-logs
194196
- Name: Additional information
195197
File: microshift-things-to-know

microshift_backup_and_restore/microshift-backup-and-restore.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ toc::[]
88

99
You can manually back up and restore the {product-title} database on all supported systems. The {product-title} service must be stopped and Greenboot health checks must be completed prior to any backups.
1010

11+
[NOTE]
12+
====
13+
Only {product-title} data is backed up with the following procedures. Application data is not included.
14+
====
15+
1116
* On `rpm-ostree` systems, {product-title} automatically creates a backup on every start. These automatic backups are deleted and replaced with the latest backup each time the system restarts.
1217
* If you are using an `rpm-ostree` system, restoring data is also automated. Otherwise, you must back up and restore data manually.
1318
@@ -23,6 +28,8 @@ include::modules/microshift-backing-up-manually.adoc[leveloffset=+1]
2328
2429
include::modules/microshift-restoring-data-backups.adoc[leveloffset=+1]
2530

31+
include::modules/microshift-service-starting.adoc[leveloffset=+1]
32+
2633
//additional resources for restoring-data module
2734
[role="_additional-resources"]
2835
.Additional resources

microshift_cli_ref/microshift-cli-tools-introduction.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ You can use different command-line interface (CLI) tools to build, deploy, and m
1010

1111
CLI tools available for use with {product-title} are the following:
1212

13-
* Built-in `microshift` command types
14-
* Linux CLI tools
1513
* Kubernetes CLI (`kubectl`)
1614
* The {oc-first} tool with an enabled subset of commands
15+
* Built-in `microshift` command types
1716
1817
[NOTE]
1918
====

microshift_install/microshift-embed-in-rpm-ostree.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,7 @@ include::modules/microshift-accessing-cluster-locally.adoc[leveloffset=+2]
5757
include::modules/microshift-accessing-cluster-open-firewall.adoc[leveloffset=+2]
5858

5959
include::modules/microshift-accessing-cluster-remotely.adoc[leveloffset=+2]
60+
61+
[role="_additional-resources"]
62+
.Additional resources
63+
* xref:../microshift_configuring/microshift-cluster-access-kubeconfig.adoc#microshift-kubeconfig-generating-remote-kcfiles_microshift-cluster-access-kubeconfig[Generating additional kubeconfig files for remote access]

microshift_install/microshift-greenboot.adoc

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
:_content-type: ASSEMBLY
22
[id="microshift-greenboot"]
3-
= The greenboot health check
3+
= The Greenboot health check
44
include::_attributes/attributes-microshift.adoc[]
55
:context: microshift-greenboot
66

77
toc::[]
88

9-
Greenboot is the generic health check framework for the `systemd` service on RPM-OSTree-based systems. The `microshift-greenboot` RPM and `greenboot-default-health-checks` are RPM packages installed with {product-title}. Greenboot is used to assess system health and automate a rollback to the last healthy state in the event of software trouble.
9+
Greenboot is the generic health check framework for the `systemd` service on RPM-OSTree-based systems. The `microshift-greenboot` RPM and `greenboot-default-health-checks` are RPM packages installed with {product-title}. Greenboot is used to assess system health and automate a rollback to the last healthy state in the event of software trouble, for example:
1010

11-
This health check framework is especially useful when you need to check for software problems and perform system rollbacks on edge devices where direct serviceability is either limited or non-existent. When health check scripts are installed and configured, health checks run every time the system starts.
12-
13-
Using greenboot can reduce your risk of being locked out of edge devices during updates and prevent a significant interruption of service if an update fails. When a failure is detected, the system boots into the last known working configuration using the `rpm-ostree` rollback capability.
11+
* This health check framework is especially useful when you need to check for software problems and perform system rollbacks on edge devices where direct serviceability is either limited or non-existent.
12+
* When health check scripts are installed and configured, health checks run every time the system starts.
13+
* Using Greenboot can reduce your risk of being locked out of edge devices during updates and prevent a significant interruption of service if an update fails.
14+
* When a failure is detected, the system boots into the last known working configuration using the `rpm-ostree` rollback capability.
1415
1516
A {product-title} application health check script is included in the `microshift-greenboot` RPM. The `greenboot-default-health-checks` RPM also includes health check scripts verifying that DNS and `ostree` services are accessible. In addition, you can create your own health check scripts for the workloads you are running. You can write one that verifies that an application has started, for example.
1617

@@ -39,6 +40,7 @@ include::modules/microshift-greenboot-prerollback-log.adoc[leveloffset=+1]
3940

4041
include::modules/microshift-greenboot-check-update.adoc[leveloffset=+1]
4142

43+
[id="additional-resources_microshift-greenboot_{context}"]
4244
[role="_additional-resources_microshift-greenboot"]
43-
.Additional resources
45+
== Additional resources
4446
* xref:../microshift_running_apps/microshift-greenboot-workload-scripts.adoc#microshift-greenboot-workload-scripts[Greenboot workload health check scripts]

microshift_install/microshift-installing-troubleshooting.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ To troubleshoot a failed {product-title} installation, you can run an sos report
1010

1111
include::modules/microshift-gathering-sos-report.adoc[leveloffset=+1]
1212

13+
[id="additional-resources_microshift-installing-troubleshooting_{context}"]
1314
[role="_additional-resources"]
14-
.Additional resources
15+
== Additional resources
1516
* xref:../microshift_support/microshift-sos-report.adoc#microshift-sos-report[About MicroShift sos reports]
1617

1718
* link:https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/getting_the_most_from_your_support_experience/generating-an-sos-report-for-technical-support_getting-the-most-from-your-support-experience[Generating an sos report for technical support]

modules/microshift-cni.adoc renamed to microshift_networking/microshift-cni.adoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
// Module included in the following assemblies:
2-
//
3-
// * microshift_networking/microshift-understanding networking.adoc
4-
5-
:_content-type: CONCEPT
6-
[id="microshift-cni_{context}"]
1+
:_content-type: ASSEMBLY
2+
[id="microshift-cni"]
73
= About the OVN-Kubernetes network plugin
4+
include::_attributes/attributes-microshift.adoc[]
5+
:context: microshift-about-ovn-k-plugin
6+
7+
toc::[]
88

99
OVN-Kubernetes is the default networking solution for {product-title} deployments. OVN-Kubernetes is a virtualized network for pods and services that is based on Open Virtual Network (OVN). The OVN-Kubernetes Container Network Interface (CNI) plugin is the network plugin for the cluster. A cluster that uses the OVN-Kubernetes network plugin also runs Open vSwitch (OVS) on the node. OVN configures OVS on the node to implement the declared network configuration.
1010

@@ -104,7 +104,7 @@ OVN-Kubernetes manifests and startup logic are built into {product-title}. The s
104104

105105
* `/etc/NetworkManager/conf.d/microshift-nm.conf` for NetworkManager.service
106106
* `/etc/systemd/system/ovs-vswitchd.service.d/microshift-cpuaffinity.conf` for ovs-vswitchd.service
107-
* `/etc/systemd/system/ovsdb-server.service.d/microshift-cpuaffinity.conf`
107+
* `/etc/systemd/system/ovsdb-server.service.d/microshift-cpuaffinity.conf`for ovs-server.service
108108
* `/usr/bin/configure-ovs-microshift.sh` for microshift-ovs-init.service
109109
* `/usr/bin/configure-ovs.sh` for microshift-ovs-init.service
110110
* `/etc/crio/crio.conf.d/microshift-ovn.conf` for CRI-O service

microshift_networking/microshift-firewall.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ include::modules/microshift-firewall-apply-settings.adoc[leveloffset=+1]
2929

3030
include::modules/microshift-firewall-verify-settings.adoc[leveloffset=+1]
3131

32+
[id="additional-resources_microshift-using-a-firewall_{context}"]
3233
[role="_additional-resources"]
33-
[id="additional-resources_microshift-using-a-firewall"]
34-
.Additional resources
34+
== Additional resources
3535

3636
* link:https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/configuring_firewalls_and_packet_filters/using-and-configuring-firewalld_firewall-packet-filters[RHEL: Using and configuring firewalld]
3737

microshift_networking/microshift-networking.adoc renamed to microshift_networking/microshift-networking-settings.adoc

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ By default, Kubernetes allocates each pod an internal IP address for application
2121
To troubleshoot connection problems with the NodePort service, read about the known issue in the Release Notes.
2222
====
2323

24-
include::modules/microshift-cni.adoc[leveloffset=+1]
25-
2624
include::modules/microshift-configuring-ovn.adoc[leveloffset=+1]
2725

2826
include::modules/microshift-restart-ovnkube-master.adoc[leveloffset=+1]
@@ -41,8 +39,7 @@ include::modules/microshift-blocking-nodeport-access.adoc[leveloffset=+1]
4139

4240
include::modules/microshift-mDNS.adoc[leveloffset=+1]
4341

42+
[id="additional-resources_microshift-understanding-networking-settings_{context}"]
4443
[role="_additional-resources"]
45-
[id="additional-resources_microshift-understanding-networking-settings"]
46-
.Additional resources
47-
44+
== Additional resources
4845
* xref:../microshift_release_notes/microshift-4-14-release-notes.adoc#microshift-4-14-known-issues[{product-title} {product-version} release notes --> Known issues]

microshift_running_apps/microshift-embedded-apps-on-rhel-edge.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
:_content-type: ASSEMBLY
22
[id="microshift-embedded-apps-on-rhel-edge"]
3-
= Options for embedding {product-title} applications in a {op-system-ostree} image
3+
= Options for embedding {product-title} applications in a RHEL for Edge image
44
include::_attributes/attributes-microshift.adoc[]
55
:context: microshift-embedded-apps-on-rhel-edge
66

0 commit comments

Comments
 (0)