-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[RHACS] [Docs] [rhacs-docs-main] ROX-33164: Fixing DITA errors in cli/command-reference/roxctl-sensor.adoc #111791
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
Merged
agantony
merged 1 commit into
openshift:rhacs-docs-main
from
agantony:ROX33164-dita-rework-installing-roxctl-sensor
Jul 20, 2026
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,24 @@ | ||
| // Module included in the following assemblies: | ||
| // | ||
| // * cli/command-reference/roxctl-sensor.adoc | ||
|
|
||
| :_mod-docs-content-type: REFERENCE | ||
| [id="roxctl-sensor-available-commands_{context}"] | ||
| = Available commands | ||
|
|
||
| [role="_abstract"] | ||
| Available commands for the `roxctl sensor` command. | ||
|
|
||
| [cols="2,2",options="header"] | ||
| |=== | ||
| |Command |Description | ||
|
|
||
| |`generate` | ||
| |Generate files to deploy {product-title-short} services in secured clusters. | ||
|
|
||
| |`generate-certs` | ||
| |Download a YAML file with renewed certificates for Sensor, Collector, and Admission controller. | ||
|
|
||
| |`get-bundle` | ||
| |Download a bundle with the files to deploy {product-title-short} services in a cluster. | ||
| |=== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| // Module included in the following assemblies: | ||
| // | ||
| // * cli/command-reference/roxctl-sensor.adoc | ||
|
|
||
| :_mod-docs-content-type: REFERENCE | ||
| [id="roxctl-sensor-generate-certs-options_{context}"] | ||
| = Options | ||
|
|
||
| [role="_abstract"] | ||
| Options for the `roxctl sensor generate-certs` command. | ||
|
|
||
| .Options | ||
| [cols="2,2",options="header"] | ||
| |=== | ||
| |Option |Description | ||
|
|
||
| |`--output-dir string` | ||
| |Specify the output directory for the YAML file. The default value is `.` (the current working directory). | ||
| |=== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| // Module included in the following assemblies: | ||
| // | ||
| // * cli/command-reference/roxctl-sensor.adoc | ||
|
|
||
| :_mod-docs-content-type: REFERENCE | ||
| [id="roxctl-sensor-generate-certs-usage_{context}"] | ||
| = roxctl sensor generate-certs usage | ||
|
|
||
| [role="_abstract"] | ||
| Usage syntax for the `roxctl sensor generate-certs` command. | ||
|
|
||
| .Usage | ||
| [source,terminal] | ||
| ---- | ||
| $ roxctl sensor generate-certs <cluster_details> [flags] | ||
| ---- | ||
|
|
||
| where: | ||
|
|
||
| -- | ||
| `<cluster_details>`:: Specifies the cluster name or ID. | ||
| -- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,30 +1,10 @@ | ||
| // Module included in the following assemblies: | ||
| // | ||
| // * command-reference/roxctl-sensor.adoc | ||
| // * cli/command-reference/roxctl-sensor.adoc | ||
|
|
||
| :_mod-docs-content-type: REFERENCE | ||
| :_mod-docs-content-type: CONCEPT | ||
| [id="roxctl-sensor-generate-certs_{context}"] | ||
| = roxctl sensor generate-certs | ||
|
|
||
| Download a YAML file with renewed certificates for Sensor, Collector, and Admission controller. | ||
|
|
||
| .Usage | ||
| [source,terminal] | ||
| ---- | ||
| $ roxctl sensor generate-certs <cluster_details> [flags] | ||
| ---- | ||
|
|
||
| where: | ||
|
|
||
| -- | ||
| `<cluster_details>`:: Specifies the cluster name or ID. | ||
| -- | ||
|
|
||
| .Options | ||
| [cols="2,2",options="header"] | ||
| |=== | ||
| |Option |Description | ||
|
|
||
| |`--output-dir string` | ||
| |Specify the output directory for the YAML file. The default value is `.`. | ||
| |=== | ||
| [role="_abstract"] | ||
| Download a YAML file with renewed certificates for Sensor, Collector, and Admission controller. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| // Module included in the following assemblies: | ||
| // | ||
| // * cli/command-reference/roxctl-sensor.adoc | ||
|
|
||
| :_mod-docs-content-type: REFERENCE | ||
| [id="roxctl-sensor-generate-k8s-options_{context}"] | ||
| = Options | ||
|
|
||
| [role="_abstract"] | ||
| Options for the `roxctl sensor generate k8s` command. | ||
|
|
||
| .Options | ||
| [cols="6,3",options="header"] | ||
| |=== | ||
| |Option |Description | ||
|
|
||
| |`--admission-controller-listen-on-events` | ||
| |Enable admission controller webhook to listen to Kubernetes events. The default value is `true`. | ||
| |=== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| // Module included in the following assemblies: | ||
| // | ||
| // * cli/command-reference/roxctl-sensor.adoc | ||
|
|
||
| :_mod-docs-content-type: REFERENCE | ||
| [id="roxctl-sensor-generate-k8s-usage_{context}"] | ||
| = roxctl sensor generate k8s usage | ||
|
|
||
| [role="_abstract"] | ||
| Usage syntax for the `roxctl sensor generate k8s` command. | ||
|
|
||
| .Usage | ||
| [source,terminal] | ||
| ---- | ||
| $ roxctl sensor generate k8s [flags] | ||
| ---- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,24 +1,10 @@ | ||
| // Module included in the following assemblies: | ||
| // | ||
| // * command-reference/roxctl-sensor.adoc | ||
| // * cli/command-reference/roxctl-sensor.adoc | ||
|
|
||
| :_mod-docs-content-type: REFERENCE | ||
| :_mod-docs-content-type: CONCEPT | ||
| [id="roxctl-sensor-generate-k8s_{context}"] | ||
| = roxctl sensor generate k8s | ||
|
|
||
| Generate the required files to deploy {product-title-short} services in a Kubernetes cluster. | ||
|
|
||
| .Usage | ||
| [source,terminal] | ||
| ---- | ||
| $ roxctl sensor generate k8s [flags] | ||
| ---- | ||
|
|
||
| .Options | ||
| [cols="6,3",options="header"] | ||
| |=== | ||
| |Option |Description | ||
|
|
||
| |`--admission-controller-listen-on-events` | ||
| |Enable admission controller webhook to listen to Kubernetes events. The default value is `true`. | ||
| |=== | ||
| [role="_abstract"] | ||
| Generate the required files to deploy {product-title-short} services in a Kubernetes cluster. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| // Module included in the following assemblies: | ||
| // | ||
| // * cli/command-reference/roxctl-sensor.adoc | ||
|
|
||
| :_mod-docs-content-type: REFERENCE | ||
| [id="roxctl-sensor-generate-openshift-options_{context}"] | ||
| = Options | ||
|
|
||
| [role="_abstract"] | ||
| Options for the `roxctl sensor generate openshift` command. | ||
|
|
||
| .Options | ||
| [cols="6,3",options="header"] | ||
| |=== | ||
| |Option |Description | ||
|
|
||
| |`--admission-controller-listen-on-events false|true|auto[=true]` | ||
| |Enable or disable the admission controller webhook to listen to Kubernetes events. The default value is `auto`. | ||
|
|
||
| |`--disable-audit-logs false|true|auto[=true]` | ||
| |Enable or disable audit log collection for runtime detection. The default value is `auto`. | ||
|
|
||
| |`--openshift-version int` | ||
| |Specify the {osp} major version for which you want to generate the deployment files. | ||
| |=== | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| // Module included in the following assemblies: | ||
| // | ||
| // * cli/command-reference/roxctl-sensor.adoc | ||
|
|
||
| :_mod-docs-content-type: REFERENCE | ||
| [id="roxctl-sensor-generate-openshift-usage_{context}"] | ||
| = roxctl sensor generate openshift usage | ||
|
|
||
| [role="_abstract"] | ||
| Usage syntax for the `roxctl sensor generate openshift` command. | ||
|
|
||
| .Usage | ||
| [source,terminal] | ||
| ---- | ||
| $ roxctl sensor generate openshift [flags] | ||
| ---- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,30 +1,10 @@ | ||
| // Module included in the following assemblies: | ||
| // | ||
| // * command-reference/roxctl-sensor.adoc | ||
| // * cli/command-reference/roxctl-sensor.adoc | ||
|
|
||
| :_mod-docs-content-type: REFERENCE | ||
| :_mod-docs-content-type: CONCEPT | ||
| [id="roxctl-sensor-generate-openshift_{context}"] | ||
| = roxctl sensor generate openshift | ||
|
|
||
| Generate the required files to deploy {product-title-short} services in a {osp} cluster. | ||
|
|
||
| .Usage | ||
| [source,terminal] | ||
| ---- | ||
| $ roxctl sensor generate openshift [flags] | ||
| ---- | ||
|
|
||
| .Options | ||
| [cols="6,3",options="header"] | ||
| |=== | ||
| |Option |Description | ||
|
|
||
| |`--admission-controller-listen-on-events false|true|auto[=true]` | ||
| |`Enable or disable the admission controller webhook to listen to Kubernetes events`. The default value is `auto`. | ||
|
|
||
| |`--disable-audit-logs false|true|auto[=true]` | ||
| |Enable or disable audit log collection for runtime detection. The default value is `auto`. | ||
|
|
||
| |`--openshift-version int` | ||
| |Specify the {osp} major version for which you want to generate the deployment files. | ||
| |=== | ||
| [role="_abstract"] | ||
| Generate the required files to deploy {product-title-short} services in a {osp} cluster. |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.