OSDOCS-21820-1:Trust-Manager operand for cert manager - #119051
OSDOCS-21820-1:Trust-Manager operand for cert manager#119051tedaveryredhat wants to merge 1 commit into
Conversation
|
@tedaveryredhat: This pull request references OSDOCS-21820 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "5.1.0" version, but no target version was set. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
🤖 Mon Aug 31 19:54:25 - Prow CI generated the docs preview: |
There was a problem hiding this comment.
🤖 [error] AsciiDocDITA.TaskContents: The '.Procedure' block title is missing.
| [role="_abstract"] | ||
| To establish secure TLS connections between containerized applications and host hardware device endpoints, configure the trust-manager operand to distribute host CA certificates to your application namespaces. | ||
|
|
||
| == Prerequisites |
There was a problem hiding this comment.
🤖 [error] AsciiDocDITA.TaskSection: Sections (==) are not allowed in DITA tasks.
| * The cert-manager operator and the trust-manager operand are installed and active. | ||
| * The custom CA certificate of the host hardware device is available as a `ConfigMap` named `host-device-ca` in the `cert-manager` namespace. | ||
|
|
||
| == Procedure |
There was a problem hiding this comment.
🤖 [error] AsciiDocDITA.TaskSection: Sections (==) are not allowed in DITA tasks.
| $ oc apply -f application-pod.yaml | ||
| ---- | ||
|
|
||
| == Verification |
There was a problem hiding this comment.
🤖 [error] AsciiDocDITA.TaskStep: Content other than a single list cannot be mapped to DITA steps.
| $ oc apply -f application-pod.yaml | ||
| ---- | ||
|
|
||
| == Verification |
There was a problem hiding this comment.
🤖 [error] AsciiDocDITA.TaskSection: Sections (==) are not allowed in DITA tasks.
eef9ef2 to
6de7de3
Compare
6de7de3 to
2f29f88
Compare
| . To inject the trust bundle into a specific namespace, apply the required label by running the following command: | ||
| + | ||
| [source,terminal] | ||
| ---- |
There was a problem hiding this comment.
🤖 [error] AsciiDocDITA.TaskStep: Content other than a single list cannot be mapped to DITA steps.
| For more information on bundle configurations, see link:https://cert-manager.io/docs/trust/trust-manager/#usage[trust-manager usage]. | ||
| + | ||
| [NOTE] | ||
| ==== |
There was a problem hiding this comment.
🤖 [error] AsciiDoc.ValidAdmonitionBlocks: Unterminated admonition block found in file.
| $ oc describe secret example-bundle -n trust-bundle-target | ||
| ---- | ||
| + | ||
| .Example output |
There was a problem hiding this comment.
🤖 [error] AsciiDocDITA.BlockTitle: Block titles can only be assigned to examples, figures, and tables in DITA.
| $ oc get cm example-bundle -n trust-bundle-target | ||
| ---- | ||
| + | ||
| .Example output |
There was a problem hiding this comment.
🤖 [error] AsciiDocDITA.BlockTitle: Block titles can only be assigned to examples, figures, and tables in DITA.
|
@tedaveryredhat: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Version(s):
5.0
Issue:
https://redhat.atlassian.net/browse/OSDOCS-21820
Link to docs preview:
QE review:
Additional information: