Skip to content

Commit ff4df98

Browse files
authored
Merge pull request #56833 from opayne1/OSDOCS-5260
OSDOCS-5260:Etcd docs for MicroShift
2 parents 5eef504 + c5a8342 commit ff4df98

File tree

7 files changed

+53
-0
lines changed

7 files changed

+53
-0
lines changed

_topic_maps/_topic_map_ms.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,13 @@ Topics:
5656
- Name: Embedding in a RHEL for Edge image
5757
File: microshift-embed-in-rpm-ostree
5858
---
59+
Name: Support
60+
Dir: microshift_support
61+
Distros: microshift
62+
Topics:
63+
- Name: MicroShift etcd
64+
File: microshift-etcd
65+
---
5966
Name: API reference
6067
Dir: microshift_rest_api
6168
Distros: microshift

microshift_support/_attributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../_attributes

microshift_support/images

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../images
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
:_content-type: ASSEMBLY
2+
[id="microshift-etcd"]
3+
= MicroShift etcd
4+
include::_attributes/attributes-microshift.adoc[]
5+
:context: microshift-etcd
6+
7+
toc::[]
8+
9+
[role="_abstract"]
10+
{product-title} etcd is delivered as part of the {product-title} RPM. The etcd service is run as a separate process and the lifecycle is managed automatically by {product-title}.
11+
12+
:FeatureName: MicroShift
13+
include::snippets/microshift-tech-preview-snip.adoc[leveloffset=+1]
14+
15+
include::modules/microshift-observe-debug-etcd-server.adoc[leveloffset=+1]

microshift_support/modules

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../modules

microshift_support/snippets

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../snippets/
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
// Module included in the following assemblies:
2+
//
3+
//* microshift_support/microshift-etcd.adoc
4+
5+
:_content-type: PROCEDURE
6+
[id="microshift-observe-debug-etcd-server_{context}"]
7+
= Observe and debug the {product-title} etcd server
8+
9+
You can gather `journalctl` logs to observe and debug the etcd server logs.
10+
11+
.Prerequisites
12+
13+
* You must have the {product-title} service running.
14+
15+
.Procedure
16+
17+
* To get the logs for etcd, run the following command:
18+
+
19+
[source,terminal]
20+
----
21+
$ sudo journalctl -u microshift-etcd.scope
22+
----
23+
+
24+
[NOTE]
25+
====
26+
{product-title} logs can be accessed seperately from etcd logs using the `journalctl -u microshift` command.
27+
====

0 commit comments

Comments
 (0)