Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,10 @@ After you have an etcd backup, you can xref:../../backup_and_restore/control_pla

// Backing up etcd data
include::modules/backup-etcd.adoc[leveloffset=+1]

include::modules/test-module-1.adoc[leveloffset=+1]

include::modules/test-module-2.adoc[leveloffset=+1]

.Additional resources
* xref:../../welcome/index-page.adoc#welcome-index[Welcome page]
25 changes: 25 additions & 0 deletions modules/test-module-1.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
// Module included in the following assemblies:
//
// * backup_and_restore/control_plane_backup_and_restore/backing-up-etcd.adoc

[id="test-module-1_{context}]
= Test module 1

This is my test module.

.Procedure

. Test command 1
+
[source,terminal]
----
$ oc version
----

. Test command 2
+
[source,terminal]
----
$ oc help

This is the end.
18 changes: 18 additions & 0 deletions modules/test-module-2.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@

// Module included in the following assemblies:
//
// * backup_and_restore/control_plane_backup_and_restore/backing-up-etcd.adoc

[id="test-module-2_{context}"]
= Test module 2

This is my test module.

.Procedure

. Test command
+
[source,terminal]
----
$ oc whoami
----