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
Copy file name to clipboardExpand all lines: modules/support-submitting-a-case.adoc
+22-2Lines changed: 22 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,17 @@
11
11
12
12
.Prerequisites
13
13
14
+
ifndef::openshift-dedicated[]
15
+
* You have access to the cluster as a user with the `cluster-admin` role.
14
16
* You have installed the OpenShift CLI (`oc`).
17
+
endif::openshift-dedicated[]
18
+
ifdef::openshift-dedicated[]
19
+
* You have access to the {cluster-manager-first}.
20
+
endif::openshift-dedicated[]
15
21
* You have a Red Hat Customer Portal account.
16
-
* You have access to {cluster-manager-url}.
22
+
ifndef::openshift-dedicated[]
23
+
* You have a Red Hat standard or premium Subscription.
24
+
endif::openshift-dedicated[]
17
25
18
26
.Procedure
19
27
@@ -37,6 +45,14 @@ if this is not already autofilled).
37
45
. Ensure that the account information presented is as expected, and if not, amend accordingly.
38
46
39
47
. Check that the autofilled {product-title} Cluster ID is correct. If it is not, manually obtain your cluster ID.
48
+
ifdef::openshift-dedicated[]
49
+
+
50
+
* To manually obtain your cluster ID using {cluster-manager-url}:
51
+
.. Navigate to *Clusters*.
52
+
.. Click on the name of the cluster you need to open a support case for.
53
+
.. Find the value in the *Cluster ID* field of the *Details* section of the *Overview* tab.
54
+
endif::openshift-dedicated[]
55
+
ifndef::openshift-dedicated[]
40
56
+
41
57
* To manually obtain your cluster ID using the {product-title} web console:
42
58
.. Navigate to *Home*->*Dashboards*->*Overview*.
@@ -52,14 +68,18 @@ if this is not already autofilled).
52
68
----
53
69
$ oc get clusterversion -o jsonpath='{.items[].spec.clusterID}{"\n"}'
54
70
----
71
+
endif::openshift-dedicated[]
55
72
56
73
. Complete the following questions where prompted and then click *Continue*:
57
74
+
58
75
* Where are you experiencing the behavior? What environment?
59
76
* When does the behavior occur? Frequency? Repeatedly? At certain times?
60
77
* What information can you provide around time-frames and the business impact?
61
78
62
-
. Upload relevant diagnostic data files and click *Continue*. It is recommended to include data gathered using the `oc adm must-gather` command as a starting point, plus any issue specific data that is not collected by that command.
79
+
. Upload relevant diagnostic data files and click *Continue*.
80
+
ifndef::openshift-dedicated[]
81
+
It is recommended to include data gathered using the `oc adm must-gather` command as a starting point, plus any issue specific data that is not collected by that command.
82
+
endif::openshift-dedicated[]
63
83
64
84
. Input relevant case management details and click *Continue*.
0 commit comments