Skip to content

Commit 0cd7606

Browse files
authored
Merge pull request #96713 from EricPonvelle/OSDOCS-14109_Support-HCP
OSDOCS-14109: Updated Support docs for HCP migration
2 parents 72c7ad0 + f26d2bb commit 0cd7606

File tree

2 files changed

+220
-87
lines changed

2 files changed

+220
-87
lines changed

support/index.adoc

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ ifndef::openshift-rosa,openshift-rosa-hcp,openshift-dedicated[]
1616
[id='support-overview-remote-health-monitoring']
1717
== Remote health monitoring issues
1818
xref:../support/remote_health_monitoring/about-remote-health-monitoring.adoc#about-remote-health-monitoring[Remote health monitoring issues]:
19-
{product-title} collects telemetry and configuration data about your cluster and reports it to Red Hat by using the Telemeter Client and the Insights Operator. Red Hat uses this data to understand and resolve issues in _connected cluster_. Similar to connected clusters, you can xref:../support/remote_health_monitoring/remote-health-reporting-from-restricted-network.adoc#remote-health-reporting-from-restricted-network[Use remote health monitoring in a restricted network]. {product-title} collects data and monitors health using the following:
19+
{product-title} collects telemetry and configuration data about your cluster and reports it to Red Hat by using the Telemeter Client and the Insights Operator. Red Hat uses this data to understand and resolve issues in a _connected cluster_. Similar to connected clusters, you can xref:../support/remote_health_monitoring/remote-health-reporting-from-restricted-network.adoc#remote-health-reporting-from-restricted-network[Use remote health monitoring in a restricted network]. {product-title} collects data and monitors health using the following:
2020
endif::openshift-rosa,openshift-rosa-hcp,openshift-dedicated[]
2121

2222
// Removed sentence on restricted networks, not supported in ROSA/OSD
2323
ifdef::openshift-rosa,openshift-rosa-hcp,openshift-dedicated[]
2424
[id='support-overview-remote-health-monitoring']
2525
== Remote health monitoring issues
2626
xref:../support/remote_health_monitoring/about-remote-health-monitoring.adoc#about-remote-health-monitoring[Remote health monitoring issues]:
27-
{product-title} collects telemetry and configuration data about your cluster and reports it to Red Hat by using the Telemeter Client and the Insights Operator. Red Hat uses this data to understand and resolve issues in _connected cluster_. {product-title} collects data and monitors health using the following:
27+
{product-title} collects telemetry and configuration data about your cluster and reports it to Red Hat by using the Telemeter Client and the Insights Operator. Red Hat uses this data to understand and resolve issues in a _connected cluster_. {product-title} collects data and monitors health using the following:
2828
endif::openshift-rosa,openshift-rosa-hcp,openshift-dedicated[]
2929

3030
* *Telemetry*: The Telemetry Client gathers and uploads the metrics values to Red Hat every four minutes and thirty seconds. Red Hat uses this data to:
@@ -40,20 +40,22 @@ endif::openshift-rosa,openshift-rosa-hcp,openshift-dedicated[]
4040

4141
You can xref:../support/remote_health_monitoring/showing-data-collected-by-remote-health-monitoring.adoc#showing-data-collected-by-remote-health-monitoring[review telemetry information].
4242

43+
ifndef::openshift-rosa,openshift-rosa-hcp[]
4344
If you have enabled remote health reporting, xref:../support/remote_health_monitoring/using-insights-to-identify-issues-with-your-cluster.adoc#using-insights-to-identify-issues-with-your-cluster[Use Insights to identify issues with your cluster]. You can optionally disable remote health reporting.
45+
endif::openshift-rosa,openshift-rosa-hcp[]
4446

4547
[id='support-overview-gather-data-cluster']
4648
== Gather data about your cluster
4749
xref:../support/gathering-cluster-data.adoc#gathering-cluster-data[Gather data about your cluster]: Red Hat recommends gathering your debugging information when opening a support case. This helps Red Hat Support to perform a root cause analysis. A cluster administrator can use the following to gather data about your cluster:
4850

49-
* *The must-gather tool*: Use the `must-gather` tool to collect information about your cluster and to debug the issues.
51+
* *must-gather tool*: Use the `must-gather` tool to collect information about your cluster and to debug the issues.
5052
* *sosreport*: Use the `sosreport` tool to collect configuration details, system information, and diagnostic data for debugging purposes.
5153
* *Cluster ID*: Obtain the unique identifier for your cluster, when providing information to Red Hat Support.
5254
ifndef::openshift-rosa,openshift-rosa-hcp,openshift-dedicated[]
5355
* *Bootstrap node journal logs*: Gather `bootkube.service` `journald` unit logs and container logs from the bootstrap node to troubleshoot bootstrap-related issues.
5456
endif::openshift-rosa,openshift-rosa-hcp,openshift-dedicated[]
5557
* *Cluster node journal logs*: Gather `journald` unit logs and logs within `/var/log` on individual cluster nodes to troubleshoot node-related issues.
56-
* *A network trace*: Provide a network packet trace from a specific {product-title} cluster node or a container to Red Hat Support to help troubleshoot network-related issues.
58+
* *Network trace*: Provide a network packet trace from a specific {product-title} cluster node or a container to Red Hat Support to help troubleshoot network-related issues.
5759

5860
[id='support-overview-troubleshooting-issues']
5961
== Troubleshooting issues

support/troubleshooting/sd-managed-resources.adoc

Lines changed: 214 additions & 83 deletions
Original file line numberDiff line numberDiff line change
@@ -40,104 +40,235 @@ include::https://raw.githubusercontent.com/openshift/managed-cluster-config/mast
4040

4141
{product-title} core namespaces are installed by default during cluster installation.
4242

43-
ifdef::openshift-rosa,openshift-dedicated[]
4443
.List of core namespaces
44+
ifdef::openshift-rosa[]
4545
[%collapsible]
4646
====
4747
[source,yaml]
4848
----
49-
include::https://raw.githubusercontent.com/openshift/managed-cluster-config/master/deploy/osd-managed-resources/ocp-namespaces.ConfigMap.yaml[]
49+
apiVersion: v1
50+
kind: ConfigMap
51+
metadata:
52+
name: ocp-namespaces
53+
namespace: openshift-monitoring
54+
data:
55+
managed_namespaces.yaml: |
56+
Resources:
57+
Namespace:
58+
- name: dedicated-admin
59+
- name: default
60+
- name: kube-node-lease
61+
- name: kube-public
62+
- name: kube-system
63+
- name: openshift
64+
- name: openshift-addon-operator
65+
- name: openshift-apiserver
66+
- name: openshift-apiserver-operator
67+
- name: openshift-aqua
68+
- name: openshift-authentication
69+
- name: openshift-authentication-operator
70+
- name: openshift-backplane
71+
- name: openshift-backplane-cee
72+
- name: openshift-backplane-csa
73+
- name: openshift-backplane-cse
74+
- name: openshift-backplane-csm
75+
- name: openshift-backplane-managed-scripts
76+
- name: openshift-backplane-mcs-tier-two
77+
- name: openshift-backplane-mobb
78+
- name: openshift-backplane-srep
79+
- name: openshift-backplane-tam
80+
- name: openshift-catalogd
81+
- name: openshift-cloud-controller-manager
82+
- name: openshift-cloud-controller-manager-operator
83+
- name: openshift-cloud-credential-operator
84+
- name: openshift-cloud-network-config-controller
85+
- name: openshift-cloud-platform-infra
86+
- name: openshift-cluster-csi-drivers
87+
- name: openshift-cluster-machine-approver
88+
- name: openshift-cluster-node-tuning-operator
89+
- name: openshift-cluster-olm-operator
90+
- name: openshift-cluster-samples-operator
91+
- name: openshift-cluster-storage-operator
92+
- name: openshift-cluster-version
93+
- name: openshift-codeready-workspaces
94+
- name: openshift-config
95+
- name: openshift-config-managed
96+
- name: openshift-config-operator
97+
- name: openshift-console
98+
- name: openshift-console-operator
99+
- name: openshift-console-user-settings
100+
- name: openshift-controller-manager
101+
- name: openshift-controller-manager-operator
102+
- name: openshift-custom-domains-operator
103+
- name: openshift-customer-monitoring
104+
- name: openshift-deployment-validation-operator
105+
- name: openshift-dns
106+
- name: openshift-dns-operator
107+
- name: openshift-etcd
108+
- name: openshift-etcd-operator
109+
- name: openshift-host-network
110+
- name: openshift-image-registry
111+
- name: openshift-infra
112+
- name: openshift-ingress
113+
- name: openshift-ingress-canary
114+
- name: openshift-ingress-operator
115+
- name: openshift-insights
116+
- name: openshift-kni-infra
117+
- name: openshift-kube-apiserver
118+
- name: openshift-kube-apiserver-operator
119+
- name: openshift-kube-controller-manager
120+
- name: openshift-kube-controller-manager-operator
121+
- name: openshift-kube-scheduler
122+
- name: openshift-kube-scheduler-operator
123+
- name: openshift-kube-storage-version-migrator
124+
- name: openshift-kube-storage-version-migrator-operator
125+
- name: openshift-logging
126+
- name: openshift-machine-api
127+
- name: openshift-machine-config-operator
128+
- name: openshift-managed-node-metadata-operator
129+
- name: openshift-managed-upgrade-operator
130+
- name: openshift-marketplace
131+
- name: openshift-monitoring
132+
- name: openshift-multus
133+
- name: openshift-must-gather-operator
134+
- name: openshift-network-console
135+
- name: openshift-network-diagnostics
136+
- name: openshift-network-node-identity
137+
- name: openshift-network-operator
138+
- name: openshift-node
139+
- name: openshift-nutanix-infra
140+
- name: openshift-oauth-apiserver
141+
- name: openshift-observability-operator
142+
- name: openshift-ocm-agent-operator
143+
- name: openshift-openstack-infra
144+
- name: openshift-operator-controller
145+
- name: openshift-operator-lifecycle-manager
146+
- name: openshift-operators
147+
- name: openshift-operators-redhat
148+
- name: openshift-osd-metrics
149+
- name: openshift-ovirt-infra
150+
- name: openshift-ovn-kubernetes
151+
- name: openshift-package-operator
152+
- name: openshift-rbac-permissions
153+
- name: openshift-route-controller-manager
154+
- name: openshift-route-monitor-operator
155+
- name: openshift-security
156+
- name: openshift-service-ca
157+
- name: openshift-service-ca-operator
158+
- name: openshift-splunk-forwarder-operator
159+
- name: openshift-sre-pruning
160+
- name: openshift-user-workload-monitoring
161+
- name: openshift-validation-webhook
162+
- name: openshift-vsphere-infra
50163
----
51164
====
52-
endif::openshift-rosa,openshift-dedicated[]
165+
endif::openshift-rosa[]
53166
ifdef::openshift-rosa-hcp[]
54-
.List of core namespaces
55167
[%collapsible]
56168
====
57169
[source,yaml]
58170
----
59-
default
60-
kube-node-lease
61-
kube-public
62-
kube-system
63-
open-cluster-management-agent
64-
open-cluster-management-agent-addon
65-
openshift
66-
openshift-apiserver
67-
openshift-apiserver-operator
68-
openshift-authentication
69-
openshift-authentication-operator
70-
openshift-backplane
71-
openshift-backplane-cee
72-
openshift-backplane-cse
73-
openshift-backplane-csm
74-
openshift-backplane-lpsre
75-
openshift-backplane-managed-scripts
76-
openshift-backplane-mcs-tier-two
77-
openshift-backplane-mobb
78-
openshift-backplane-srep
79-
openshift-backplane-tam
80-
openshift-cloud-controller-manager
81-
openshift-cloud-credential-operator
82-
openshift-cloud-network-config-controller
83-
openshift-cluster-csi-drivers
84-
openshift-cluster-machine-approver
85-
openshift-cluster-node-tuning-operator
86-
openshift-cluster-samples-operator
87-
openshift-cluster-storage-operator
88-
openshift-cluster-version
89-
openshift-config
90-
openshift-config-managed
91-
openshift-config-operator
92-
openshift-console
93-
openshift-console-operator
94-
openshift-console-user-settings
95-
openshift-controller-manager
96-
openshift-controller-manager-operator
97-
openshift-customer-monitoring
98-
openshift-deployment-validation-operator
99-
openshift-dns
100-
openshift-dns-operator
101-
openshift-etcd
102-
openshift-host-network
103-
openshift-image-registry
104-
openshift-infra
105-
openshift-ingress
106-
openshift-ingress-canary
107-
openshift-ingress-operator
108-
openshift-insights
109-
openshift-kube-apiserver
110-
openshift-kube-apiserver-operator
111-
openshift-kube-controller-manager
112-
openshift-kube-controller-manager-operator
113-
openshift-kube-scheduler
114-
openshift-kube-scheduler-operator
115-
openshift-kube-storage-version-migrator
116-
openshift-kube-storage-version-migrator-operator
117-
openshift-logging
118-
openshift-machine-api
119-
openshift-machine-config-operator
120-
openshift-marketplace
121-
openshift-monitoring
122-
openshift-multus
123-
openshift-must-gather-operator
124-
openshift-network-console
125-
openshift-network-diagnostics
126-
openshift-network-node-identity
127-
openshift-network-operator
128-
openshift-node
129-
openshift-operator-lifecycle-manager
130-
openshift-operators
131-
openshift-operators-redhat
132-
openshift-ovn-kubernetes
133-
openshift-package-operator
134-
openshift-route-controller-manager
135-
openshift-service-ca
136-
openshift-service-ca-operator
137-
openshift-user-workload-monitoring
171+
apiVersion: v1
172+
kind: ConfigMap
173+
metadata:
174+
name: ocp-namespaces
175+
namespace: openshift-monitoring
176+
data:
177+
managed_namespaces.yaml: |
178+
Resources:
179+
Namespace:
180+
- name: dedicated-admin
181+
- name: default
182+
- name: kube-node-lease
183+
- name: kube-public
184+
- name: kube-system
185+
- name: open-cluster-management-agent
186+
- name: open-cluster-management-agent-addon
187+
- name: openshift
188+
- name: openshift-apiserver
189+
- name: openshift-apiserver-operator
190+
- name: openshift-authentication
191+
- name: openshift-authentication-operator
192+
- name: openshift-backplane
193+
- name: openshift-backplane-cee
194+
- name: openshift-backplane-cse
195+
- name: openshift-backplane-csm
196+
- name: openshift-backplane-lpsre
197+
- name: openshift-backplane-managed-scripts
198+
- name: openshift-backplane-mcs-tier-two
199+
- name: openshift-backplane-mobb
200+
- name: openshift-backplane-srep
201+
- name: openshift-backplane-tam
202+
- name: openshift-cloud-controller-manager
203+
- name: openshift-cloud-credential-operator
204+
- name: openshift-cloud-network-config-controller
205+
- name: openshift-cluster-csi-drivers
206+
- name: openshift-cluster-machine-approver
207+
- name: openshift-cluster-node-tuning-operator
208+
- name: openshift-cluster-samples-operator
209+
- name: openshift-cluster-storage-operator
210+
- name: openshift-cluster-version
211+
- name: openshift-config
212+
- name: openshift-config-managed
213+
- name: openshift-config-operator
214+
- name: openshift-console
215+
- name: openshift-console-operator
216+
- name: openshift-console-user-settings
217+
- name: openshift-controller-manager
218+
- name: openshift-controller-manager-operator
219+
- name: openshift-customer-monitoring
220+
- name: openshift-deployment-validation-operator
221+
- name: openshift-dns
222+
- name: openshift-dns-operator
223+
- name: openshift-etcd
224+
- name: openshift-host-network
225+
- name: openshift-image-registry
226+
- name: openshift-infra
227+
- name: openshift-ingress
228+
- name: openshift-ingress-canary
229+
- name: openshift-ingress-operator
230+
- name: openshift-insights
231+
- name: openshift-kube-apiserver
232+
- name: openshift-kube-apiserver-operator
233+
- name: openshift-kube-controller-manager
234+
- name: openshift-kube-controller-manager-operator
235+
- name: openshift-kube-scheduler
236+
- name: openshift-kube-scheduler-operator
237+
- name: openshift-kube-storage-version-migrator
238+
- name: openshift-kube-storage-version-migrator-operator
239+
- name: openshift-logging
240+
- name: openshift-machine-api
241+
- name: openshift-machine-config-operator
242+
- name: openshift-marketplace
243+
- name: openshift-monitoring
244+
- name: openshift-multus
245+
- name: openshift-must-gather-operator
246+
- name: openshift-network-console
247+
- name: openshift-network-diagnostics
248+
- name: openshift-network-node-identity
249+
- name: openshift-network-operator
250+
- name: openshift-node
251+
- name: openshift-operator-lifecycle-manager
252+
- name: openshift-operators
253+
- name: openshift-operators-redhat
254+
- name: openshift-ovn-kubernetes
255+
- name: openshift-package-operator
256+
- name: openshift-route-controller-manager
257+
- name: openshift-service-ca
258+
- name: openshift-service-ca-operator
259+
- name: openshift-user-workload-monitoring
138260
----
139261
====
140262
endif::openshift-rosa-hcp[]
263+
ifdef::openshift-dedicated[]
264+
[%collapsible]
265+
====
266+
[source,yaml]
267+
----
268+
include::https://raw.githubusercontent.com/openshift/managed-cluster-config/master/deploy/osd-managed-resources/ocp-namespaces.ConfigMap.yaml[]
269+
----
270+
====
271+
endif::openshift-dedicated[]
141272

142273
ifdef::openshift-rosa,openshift-dedicated[]
143274
[id="sd-add-on-managed-namespaces_{context}"]

0 commit comments

Comments
 (0)