-
Notifications
You must be signed in to change notification settings - Fork 1.8k
[Do not merge] Testing CI issues fix #104075
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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] | ||
| include::modules/creating-recurring-etcd-backups.adoc[leveloffset=+2] | ||
|
|
||
| Some more things after the module includes. | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 [error] AsciiDocDITA.RelatedLinks: Content other than links cannot be mapped to DITA related-links. |
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| // Changing line 1 to see if it now reports the short desc error | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 [error] AsciiDocDITA.ShortDescription: Assign [role="_abstract"] to a paragraph to use it as in DITA.
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 [error] AsciiDocDITA.TaskContents: The '.Procedure' block title is missing. |
||
| // 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 | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 [error] AsciiDocDITA.BlockTitle: Block titles can only be assigned to examples, figures, and tables in DITA.
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 [error] AsciiDocDITA.TaskTitle: Unsupported titles cannot be mapped to DITA tasks. |
||
|
|
||
| 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 | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 [error] AsciiDocDITA.AdmonitionTitle: Admonition titles are not supported in DITA. |
||
| [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. | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| :_mod-docs-content-type: PROCEDURE | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 [error] AsciiDocDITA.ShortDescription: Assign [role="_abstract"] to a paragraph to use it as in DITA.
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 [error] AsciiDocDITA.TaskContents: The '.Procedure' block title is missing. |
||
| [id="my-id_{context}"] | ||
| = Some new file | ||
|
|
||
| Hi I'm a new file with no short description. | ||
|
|
||
| . Going right into the steps here. | ||
|
|
||
| . Oops | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 [error] RedHat.TermsErrors: Use 'kernel oops' rather than 'Oops'. For more information, see RedHat.TermsErrors. |
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤖 [error] AsciiDocDITA.AssemblyContents: Content other than additional resources cannot follow include directives.