diff --git a/etcd/etcd-backup-restore/etcd-backup.adoc b/etcd/etcd-backup-restore/etcd-backup.adoc index cff537b79b10..aa05c0b8fee8 100644 --- a/etcd/etcd-backup-restore/etcd-backup.adoc +++ b/etcd/etcd-backup-restore/etcd-backup.adoc @@ -35,4 +35,6 @@ include::modules/etcd-creating-automated-backups.adoc[leveloffset=+1] include::modules/creating-single-etcd-backup.adoc[leveloffset=+2] -include::modules/creating-recurring-etcd-backups.adoc[leveloffset=+2] \ No newline at end of file +include::modules/creating-recurring-etcd-backups.adoc[leveloffset=+2] + +Some more things after the module includes. \ No newline at end of file diff --git a/modules/backup-etcd.adoc b/modules/backup-etcd.adoc index 9deecda30203..0130379a9789 100644 --- a/modules/backup-etcd.adoc +++ b/modules/backup-etcd.adoc @@ -1,3 +1,4 @@ +// Changing line 1 to see if it now reports the short desc error // Module included in the following assemblies: // // * 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 Only save a backup from a single control plane host. Do not take a backup from each control plane host in the cluster. ==== +.Some random heading that shouldn't be here + +Hello there. + .Prerequisites * You have access to the cluster as a user with the `cluster-admin` role. * You have checked whether the cluster-wide proxy is enabled. + +.Disallowed heading [TIP] ==== 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. ==== -.Procedure . Start a debug session as root for a control plane node: + @@ -102,3 +107,5 @@ If etcd encryption is enabled, it is recommended to store this second file separ Keep in mind that etcd encryption only encrypts values, not keys. This means that resource types, namespaces, and object names are unencrypted. ==== + +Some extra stuff after the procedure steps. \ No newline at end of file diff --git a/modules/new-file.adoc b/modules/new-file.adoc new file mode 100644 index 000000000000..6805af783a3b --- /dev/null +++ b/modules/new-file.adoc @@ -0,0 +1,9 @@ +:_mod-docs-content-type: PROCEDURE +[id="my-id_{context}"] += Some new file + +Hi I'm a new file with no short description. + +. Going right into the steps here. + +. Oops