Skip to content

Commit 73c69d0

Browse files
committed
moving file from troubleshooting to architecture
renaming new assembly moving file from troubleshooting to architecture folder resolved xref issue resolved hcp fie issue changed from assembly to module to appear in the raci doc add content in id of module removing assembly in OSD topic map and renaming as managed and not sd-managed adding a condition in the node-cluster-overcommit assembly line113 for osd adding a new anchor in the node-cluster-overcommit assembly line113 conditionalising an assembly fixed topic maps to sd fixed assembly to gp to the anchor mocule or matrix assembly updating the content for sdmanaged doc removed : from csdmanaged resources doc removing landing page applied peer review suggestion removed space
1 parent 1594108 commit 73c69d0

File tree

6 files changed

+76
-8
lines changed

6 files changed

+76
-8
lines changed

_topic_maps/_topic_map_rosa.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -424,9 +424,6 @@ Topics:
424424
- Name: Troubleshooting cluster deployments
425425
File: rosa-troubleshooting-deployments
426426
Distros: openshift-rosa
427-
- Name: Red Hat OpenShift Service on AWS managed resources
428-
File: sd-managed-resources
429-
Distros: openshift-rosa
430427
---
431428
Name: Web console
432429
Dir: web_console

_topic_maps/_topic_map_rosa_hcp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ Topics:
354354
File: rosa-troubleshooting-iam-resources
355355
- Name: Troubleshooting cluster deployments
356356
File: rosa-troubleshooting-deployments
357-
- Name: Red Hat OpenShift Service on AWS managed resources
357+
- Name: Red Hat managed resources
358358
File: sd-managed-resources
359359
---
360360
Name: Cluster administration

modules/managed-resources.adoc

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
:_mod-docs-content-type: CONCEPT
2+
//[id="sd-managed-resources"]
3+
[id="sd-redhat-managed-resources_{context}"]
4+
= Red{nbsp}Hat managed resources
5+
include::_attributes/attributes-openshift-dedicated.adoc[]
6+
:context: sd-managed-resources
7+
8+
toc::[]
9+
10+
[id="sd-managed-resources-overview_{context}"]
11+
== Overview
12+
13+
The following covers all {product-title} resources that are managed or protected by the Service Reliability Engineering Platform (SRE-P) Team. Customers should not try to change these resources because doing so can lead to cluster instability.
14+
15+
[id="sd-managed-resources-all_{context}"]
16+
== Managed resources
17+
18+
The following list displays the {product-title} resources managed by OpenShift Hive, the centralized fleet configuration management system. These resources are in addition to the OpenShift Container Platform resources created during installation. OpenShift Hive continually attempts to maintain consistency across all {product-title} clusters. Changes to {product-title} resources should be made through {cluster-manager} so that {cluster-manager} and Hive are synchronized. Contact ocm-feedback@redhat.com if {cluster-manager} does not support modifying the resources in question.
19+
20+
.List of Red{nbsp}Hat managed resources
21+
[%collapsible]
22+
====
23+
[source,yaml]
24+
----
25+
include::https://raw.githubusercontent.com/openshift/managed-cluster-config/master/resources/managed/all-osd-resources.yaml[]
26+
----
27+
====
28+
29+
[id="sd-core-namespaces_{context}"]
30+
== {product-title} core namespaces
31+
32+
{product-title} core namespaces are installed by default during cluster installation.
33+
34+
.List of core namespaces
35+
[%collapsible]
36+
====
37+
[source,yaml]
38+
----
39+
include::https://raw.githubusercontent.com/openshift/managed-cluster-config/master/deploy/osd-managed-resources/ocp-namespaces.ConfigMap.yaml[]
40+
----
41+
====
42+
43+
[id="sd-add-on-managed-namespaces_{context}"]
44+
== {product-title} add-on namespaces
45+
46+
{product-title} add-ons are services available for installation after cluster installation. These additional services include {openshift-dev-spaces-productname}, Red{nbsp}Hat OpenShift API Management, and Cluster Logging Operator. Any changes to resources within the following namespaces can be overridden by the add-on during upgrades, which can lead to unsupported configurations for the add-on functionality.
47+
48+
.List of add-on managed namespaces
49+
[%collapsible]
50+
====
51+
[source,yaml]
52+
----
53+
include::https://raw.githubusercontent.com/openshift/managed-cluster-config/master/resources/addons-namespaces/main.yaml[]
54+
----
55+
====
56+
57+
[id="sd-validating-webhooks_{context}"]
58+
== {product-title} validating webhooks
59+
60+
{product-title} validating webhooks are a set of dynamic admission controls maintained by the OpenShift SRE team. These HTTP callbacks, also known as webhooks, are called for various types of requests to ensure cluster stability. The following list describes the various webhooks with rules containing the registered operations and resources that are controlled. Any attempt to circumvent these validating webhooks could affect the stability and supportability of the cluster.
61+
62+
.List of validating webhooks
63+
[%collapsible]
64+
====
65+
[source,json]
66+
----
67+
include::https://raw.githubusercontent.com/openshift/managed-cluster-validating-webhooks/master/docs/webhooks.json[]
68+
----
69+
====
70+

nodes/clusters/nodes-cluster-overcommit.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,6 @@ ifdef::openshift-rosa,openshift-rosa-hcp,openshift-dedicated[]
109109
* xref:../../nodes/clusters/nodes-cluster-limit-ranges.adoc#nodes-cluster-limit-ranges[Restrict resource consumption with limit ranges]
110110
endif::openshift-rosa,openshift-rosa-hcp,openshift-dedicated[]
111111
// TODO: Add this xref to ROSA HCP when the Support book is added.
112-
ifndef::openshift-rosa-hcp,openshift-enterprise[]
113-
* xref:../../support/troubleshooting/sd-managed-resources.adoc#sd-managed-resources[Red Hat Managed resources]
114-
endif::openshift-rosa-hcp,openshift-enterprise[]
112+
ifndef::openshift-rosa-hcp,openshift-enterprise,openshift-dedicated[]
113+
* xref:../../rosa_architecture/rosa_policy_service_definition/rosa-policy-responsibility-matrix.adoc#sd-managed-resources-overview_sd-managed-resources[Red Hat Managed resources]
114+
endif::openshift-rosa-hcp,openshift-enterprise,openshift-dedicated[]

rosa_architecture/rosa_policy_service_definition/rosa-policy-responsibility-matrix.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ endif::openshift-rosa-hcp[]
4141
4242
include::modules/rosa-policy-security-and-compliance.adoc[leveloffset=+1]
4343
include::modules/rosa-policy-disaster-recovery.adoc[leveloffset=+1]
44+
include::modules/managed-resources.adoc[leveloffset=+1]
4445
4546
[role="_additional-resources"]
4647
.Additional resources

support/troubleshooting/sd-managed-resources.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ toc::[]
99
[id="sd-managed-resources-overview_{context}"]
1010
== Overview
1111

12-
The following covers all {product-title} resources that are managed or protected by the Service Reliability Engineering Platform (SRE-P) Team. Customers should not attempt to modify these resources because doing so can lead to cluster instability.
12+
The following covers all {product-title} resources that are managed or protected by the Service Reliability Engineering Platform (SRE-P) Team. Customers should not try to change these resources because doing so can lead to cluster instability.
1313

1414
[id="sd-managed-resources-all_{context}"]
1515
== Hive managed resources

0 commit comments

Comments
 (0)