You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -94,7 +104,12 @@ To collect the default `must-gather` data in addition to specific feature data,
94
104
.Prerequisites
95
105
96
106
* Access to the cluster as a user with the `cluster-admin` role.
107
+
ifndef::openshift-dedicated[]
97
108
* The {product-title} CLI (`oc`) installed.
109
+
endif::openshift-dedicated[]
110
+
ifdef::openshift-dedicated[]
111
+
* The OpenShift CLI (`oc`) installed.
112
+
endif::openshift-dedicated[]
98
113
99
114
.Procedure
100
115
@@ -113,7 +128,14 @@ $ oc adm must-gather \
113
128
<1> The default {product-title} `must-gather` image
114
129
<2> The must-gather image for {VirtProductName}
115
130
+
116
-
You can use the `must-gather` tool with additional arguments to gather data that is specifically related to OpenShift Logging and the Red Hat OpenShift Logging Operator in your cluster. For OpenShift Logging, run the following command:
131
+
You can use the `must-gather` tool with additional arguments to gather data that is specifically related to OpenShift Logging and the
132
+
ifndef::openshift-dedicated[]
133
+
Red Hat OpenShift
134
+
endif::openshift-dedicated[]
135
+
ifdef::openshift-dedicated[]
136
+
Cluster
137
+
endif::openshift-dedicated[]
138
+
Logging Operator in your cluster. For OpenShift Logging, run the following command:
Copy file name to clipboardExpand all lines: modules/insights-operator-what-information-is-collected.adoc
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ The following information is collected by the Insights Operator:
12
12
* Errors that occur in the cluster components
13
13
* Progress information of running updates, and the status of any component upgrades
14
14
* Details of the platform that {product-title} is deployed on, such as Amazon Web Services, and the region that the cluster is located in
15
+
ifndef::openshift-dedicated[]
15
16
* Cluster workload information transformed into discreet Secure Hash Algorithm (SHA) values, which allows Red Hat to assess workloads for security and version vulnerabilities without disclosing sensitive details
17
+
endif::openshift-dedicated[]
16
18
* If an Operator reports an issue, information is collected about core {product-title} pods in the `openshift-*` and `kube-*` projects. This includes state, resource, security context, volume information, and more.
Copy file name to clipboardExpand all lines: modules/support-generating-a-sosreport-archive.adoc
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,7 @@ $ oc get nodes
32
32
$ oc debug node/my-cluster-node
33
33
----
34
34
+
35
+
ifndef::openshift-dedicated[]
35
36
To enter into a debug session on the target node that is tainted with the `NoExecute` effect, add a toleration to a dummy namespace, and start the debug pod in the dummy namespace:
. Set `/host` as the root directory within the debug shell. The debug pod mounts the host's root file system in `/host` within the pod. By changing the root directory to `/host`, you can run binaries contained in the host's executable paths:
. Log in to the link:http://access.redhat.com[Red Hat Customer Portal] and select *SUPPORT CASES* -> *Open a case*.
18
20
19
-
. Select the appropriate category for your issue (such as *Defect / Bug*), product (*{product-title}*), and product version (*{product-version}*, if this is not already autofilled).
21
+
. Select the appropriate category for your issue (such as *Defect / Bug*), product (*{product-title}*), and product version
22
+
ifndef::openshift-dedicated[]
23
+
(*{product-version}*,
24
+
endif::openshift-dedicated[]
25
+
ifdef::openshift-dedicated[]
26
+
(*{product-title}*,
27
+
endif::openshift-dedicated[]
28
+
if this is not already autofilled).
20
29
21
30
. Review the list of suggested Red Hat Knowledgebase solutions for a potential match against the problem that is being reported. If the suggested articles do not address the issue, click *Continue*.
0 commit comments