Skip to content

Commit 84f7e54

Browse files
authored
Merge pull request #92137 from lahinson/osdocs-12349-etcd-assembly
[OSDOCS-12349]: Adding etcd dir and related assemblies
2 parents 7b1a2a7 + 02fb0a4 commit 84f7e54

13 files changed

+79
-0
lines changed

_topic_maps/_topic_map.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2486,6 +2486,25 @@ Topics:
24862486
- Name: Deploying machine health checks
24872487
File: deploying-machine-health-checks
24882488
---
2489+
Name: etcd
2490+
Dir: etcd
2491+
Distros: openshift-enterprise, openshift-origin
2492+
Topics:
2493+
- Name: Overview of etcd
2494+
File: etcd-overview
2495+
- Name: Recommended etcd practices
2496+
File: etcd-practices
2497+
- Name: Performance considerations for etcd
2498+
File: etcd-performance
2499+
- Name: Backing up etcd data
2500+
File: etcd-backup
2501+
- Name: Encrypting etcd data
2502+
File: etcd-encrypt
2503+
- Name: Setting up fault-tolerant control planes that span data centers
2504+
File: etcd-fault-tolerant
2505+
- Name: Scaling a cluster to 4 or 5 control-plane nodes
2506+
File: etcd-4-5-node
2507+
---
24892508
Name: Hosted control planes
24902509
Dir: hosted_control_planes
24912510
Distros: openshift-enterprise, openshift-origin

etcd/_attributes

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

etcd/control-plane-overview.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
:_mod-docs-content-type: ASSEMBLY
2+
[id="control-plane-overview"]
3+
include::_attributes/common-attributes.adoc[]
4+
= Control plane overview
5+
:context: control-plane-overview
6+
7+
// This assembly will contain modules to provide an an overview of OCP control plane and its key components, including Cluster Version Operator, Cluster operators, MCO, and etcd.

etcd/etcd-4-5-node.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
:_mod-docs-content-type: ASSEMBLY
2+
[id="etcd-4-5-node"]
3+
include::_attributes/common-attributes.adoc[]
4+
= Scaling a cluster to 4 or 5 control-plane nodes
5+
:context: etcd-4-5-node
6+
7+
// This assembly will contain modules to provide information about scaling a cluster to 4 or 5 control plane nodes.

etcd/etcd-backup.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
:_mod-docs-content-type: ASSEMBLY
2+
[id="etcd-backup"]
3+
include::_attributes/common-attributes.adoc[]
4+
= Backing up etcd
5+
:context: etcd-backup
6+
7+
// This assembly will contain modules to provide information about backing up and restoring etcd.

etcd/etcd-encrypt.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
:_mod-docs-content-type: ASSEMBLY
2+
[id="etcd-encrypt"]
3+
include::_attributes/common-attributes.adoc[]
4+
= Encrypting etcd data
5+
:context: etcd-encrypt
6+
7+
// This assembly will contain modules to provide information about encrypting etcd.

etcd/etcd-fault-tolerant.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
:_mod-docs-content-type: ASSEMBLY
2+
[id="etcd-fault-tolerant"]
3+
include::_attributes/common-attributes.adoc[]
4+
= Setting up fault-tolerant control planes that span data centers
5+
:context: etcd-fault-tolerant
6+
7+
// This assembly will contain modules to provide information about setting up fault-tolerant control planes that span multiple data centers.

etcd/etcd-overview.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
:_mod-docs-content-type: ASSEMBLY
2+
[id="etcd-overview"]
3+
include::_attributes/common-attributes.adoc[]
4+
= Overview of etcd
5+
:context: etcd-overview
6+
7+
// This assembly will contain modules to provide an overview of etcd.

etcd/etcd-performance.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
:_mod-docs-content-type: ASSEMBLY
2+
[id="etcd-performance"]
3+
include::_attributes/common-attributes.adoc[]
4+
= Performance considerations for etcd
5+
:context: etcd-performance
6+
7+
// This assembly will contain modules to provide information about etcd performance.

etcd/etcd-practices.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
:_mod-docs-content-type: ASSEMBLY
2+
[id="etcd-practices"]
3+
include::_attributes/common-attributes.adoc[]
4+
= Recommended etcd practices
5+
:context: etcd-practices
6+
7+
// This assembly will contain modules to provide recommended etcd practices.

0 commit comments

Comments
 (0)