Skip to content

Commit 36e3fba

Browse files
authored
Merge pull request #36741 from xJustin/namespace-fix
CCXDEV-6017 CCXDEV-5989 add clarification on Insights Operator configuration
2 parents 4642191 + 83cc57a commit 36e3fba

File tree

4 files changed

+18
-0
lines changed

4 files changed

+18
-0
lines changed

modules/insights-operator-configuring-sca.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ This procedure describes how to update the import interval to one hour.
1717
.Procedure
1818

1919
. Navigate to *Workloads* -> *Secrets*.
20+
. Select the *openshift-config* project.
2021
. Search for the *support* secret using the *Search by name* field. If it does not exist, click *Create* -> *Key/value secret* to create it.
2122
. Click the *Options* menu {kebab}, and then click *Edit Secret*.
2223
. Click *Add Key/Value*.

modules/insights-operator-disabling-sca.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ You can disable the import of RHEL Simple Content Access certificates using the
1515
.Procedure
1616

1717
. Navigate to *Workloads* -> *Secrets*.
18+
. Select the *openshift-config* project.
1819
. Search for the *support* secret using the *Search by name* field. If it does not exist, click *Create* -> *Key/value secret* to create it.
1920
. Click the *Options* menu {kebab}, and then click *Edit Secret*.
2021
. Click *Add Key/Value*.

modules/insights-operator-enable-obfuscation.adoc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,16 @@ Obfuscation assigns non-identifying values to cluster IPv4 addresses, and uses a
1818

1919
For cluster base domains, obfuscation changes the base domain to a hardcoded substring. For example, `cluster-api.openshift.example.com` becomes `cluster-api.<CLUSTER_BASE_DOMAIN>`.
2020

21+
The following procedure enables obfuscation using the `support` secret in the `openshift-config` namespace.
22+
2123
.Prerequisites
2224

2325
* You are logged in to the {product-title} web console as `cluster-admin`.
2426

2527
.Procedure
2628

2729
. Navigate to *Workloads* -> *Secrets*.
30+
. Select the *openshift-config* project.
2831
. Search for the *support* secret using the *Search by name* field. If it does not exist, click *Create* -> *Key/value secret* to create it.
2932
. Click the *Options* menu {kebab}, and then click *Edit Secret*.
3033
. Click *Add Key/Value*.
@@ -33,3 +36,13 @@ For cluster base domains, obfuscation changes the base domain to a hardcoded sub
3336
. Select the `openshift-insights` project.
3437
. Find the `insights-operator` pod.
3538
. To restart the `insights-operator` pod, click the *Options* menu {kebab}, and then click *Delete Pod*.
39+
40+
.Verification
41+
42+
. Navigate to *Workloads* -> *Secrets*.
43+
. Select the *openshift-insights* project.
44+
. Search for the *obfuscation-translation-table* secret using the *Search by name* field.
45+
46+
If the `obfuscation-translation-table` secret exists, then obfuscation is enabled and working.
47+
48+
Alternatively, you can inspect `/insights-operator/gathers.json` in your Insights Operator archive for the value `"is_global_obfuscation_enabled": true`.

support/remote_health_monitoring/remote-health-reporting-from-restricted-network.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,6 @@ include::modules/insights-operator-manual-upload.adoc[leveloffset=+1]
2121

2222
include::modules/insights-operator-enable-obfuscation.adoc[leveloffset=+1]
2323

24+
.Additional resources
25+
26+
* For more information on how to download your Insights Operator archive, see xref:../../support/remote_health_monitoring/showing-data-collected-by-remote-health-monitoring.adoc#insights-operator-showing-data-collected-from-the-cluster_showing-data-collected-by-remote-health-monitoring[Showing data collected by the Insights Operator].

0 commit comments

Comments
 (0)