Skip to content

Commit b1099cd

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

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-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: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Changing line 1 to see if it now reports the short desc error
12
// Module included in the following assemblies:
23
//
34
// * backup_and_restore/control_plane_backup_and_restore/backing-up-etcd.adoc
@@ -14,17 +15,21 @@ Follow these steps to back up etcd data by creating an etcd snapshot and backing
1415
Only save a backup from a single control plane host. Do not take a backup from each control plane host in the cluster.
1516
====
1617

18+
.Some random heading that shouldn't be here
19+
20+
Hello there.
21+
1722
.Prerequisites
1823

1924
* You have access to the cluster as a user with the `cluster-admin` role.
2025
* You have checked whether the cluster-wide proxy is enabled.
2126
+
27+
.Disallowed heading
2228
[TIP]
2329
====
2430
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.
2531
====
2632
27-
.Procedure
2833
2934
. Start a debug session as root for a control plane node:
3035
+
@@ -102,3 +107,5 @@ If etcd encryption is enabled, it is recommended to store this second file separ
102107
103108
Keep in mind that etcd encryption only encrypts values, not keys. This means that resource types, namespaces, and object names are unencrypted.
104109
====
110+
111+
Some extra stuff after the procedure steps.

modules/new-file.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
:_mod-docs-content-type: PROCEDURE
2+
[id="my-id_{context}"]
3+
= Some new file
4+
5+
Hi I'm a new file with no short description.
6+
7+
. Going right into the steps here.
8+
9+
. Oops

0 commit comments

Comments
 (0)