Skip to content

Commit b76e1b8

Browse files
committed
Testing CI issues fix
1 parent d104e73 commit b76e1b8

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

etcd/etcd-backup-restore/etcd-backup.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,6 @@ include::modules/etcd-creating-automated-backups.adoc[leveloffset=+1]
3535

3636
include::modules/creating-single-etcd-backup.adoc[leveloffset=+2]
3737

38-
include::modules/creating-recurring-etcd-backups.adoc[leveloffset=+2]
38+
include::modules/creating-recurring-etcd-backups.adoc[leveloffset=+2]
39+
40+
Some more things after the module includes.

modules/backup-etcd.adoc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,21 @@ Follow these steps to back up etcd data by creating an etcd snapshot and backing
1414
Only save a backup from a single control plane host. Do not take a backup from each control plane host in the cluster.
1515
====
1616

17+
.Some random heading that shouldn't be here
18+
19+
Hello there.
20+
1721
.Prerequisites
1822

1923
* You have access to the cluster as a user with the `cluster-admin` role.
2024
* You have checked whether the cluster-wide proxy is enabled.
2125
+
26+
.Disallowed heading
2227
[TIP]
2328
====
2429
You can check whether the proxy is enabled by reviewing the output of `oc get proxy cluster -o yaml`. The proxy is enabled if the `httpProxy`, `httpsProxy`, and `noProxy` fields have values set.
2530
====
2631
27-
.Procedure
2832
2933
. Start a debug session as root for a control plane node:
3034
+
@@ -102,3 +106,5 @@ If etcd encryption is enabled, it is recommended to store this second file separ
102106
103107
Keep in mind that etcd encryption only encrypts values, not keys. This means that resource types, namespaces, and object names are unencrypted.
104108
====
109+
110+
Some extra stuff after the procedure steps.

0 commit comments

Comments
 (0)