Skip to content

Commit 0de34f8

Browse files
authored
Merge pull request #77131 from bhardesty/osdocs-9654-update-managed-resources
OSDOCS-9654: Add core namespaces to list of managed resources
2 parents 320f9e5 + 826a852 commit 0de34f8

File tree

5 files changed

+23
-63
lines changed

5 files changed

+23
-63
lines changed

_topic_maps/_topic_map_osd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ Topics:
207207
- Name: Diagnosing OpenShift CLI (oc) issues
208208
File: diagnosing-oc-issues
209209
- Name: OpenShift Dedicated managed resources
210-
File: osd-managed-resources
210+
File: sd-managed-resources
211211
Distros: openshift-dedicated
212212
---
213213
Name: Web console

_topic_maps/_topic_map_rosa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ Topics:
400400
File: rosa-troubleshooting-deployments
401401
Distros: openshift-rosa
402402
- Name: Red Hat OpenShift Service on AWS managed resources
403-
File: rosa-managed-resources
403+
File: sd-managed-resources
404404
Distros: openshift-rosa
405405
---
406406
Name: Web console

_topic_maps/_topic_map_rosa_hcp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ Topics:
382382
# File: rosa-troubleshooting-deployments
383383
# Distros: openshift-rosa-hcp
384384
# - Name: Red Hat OpenShift Service on AWS managed resources
385-
# File: rosa-managed-resources
385+
# File: sd-managed-resources
386386
# Distros: openshift-rosa-hcp
387387
# ---
388388
# Name: Web console

support/troubleshooting/osd-managed-resources.adoc

Lines changed: 0 additions & 54 deletions
This file was deleted.

support/troubleshooting/rosa-managed-resources.adoc renamed to support/troubleshooting/sd-managed-resources.adoc

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
:_mod-docs-content-type: ASSEMBLY
2-
[id="rosa-managed-resources"]
2+
[id="sd-managed-resources"]
33
= {product-title} managed resources
44
include::_attributes/attributes-openshift-dedicated.adoc[]
5-
:context: rosa-managed-resources
5+
:context: sd-managed-resources
66

77
toc::[]
88

9-
[id="rosa-managed-resources-overview"]
9+
[id="sd-managed-resources-overview_{context}"]
1010
== Overview
1111

1212
The following covers all resources 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.
1313

14-
[id="rosa-managed-resources-all"]
14+
[id="sd-managed-resources-all_{context}"]
1515
== Hive managed resources
1616

1717
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.
@@ -25,7 +25,21 @@ include::https://raw.githubusercontent.com/openshift/managed-cluster-config/mast
2525
----
2626
====
2727

28-
[id="rosa-add-on-managed-namespaces"]
28+
[id="sd-core-namespaces_{context}"]
29+
== {product-title} core namespaces
30+
31+
{product-title} core namespaces are installed by default during cluster installation.
32+
33+
.List of core namespaces
34+
[%collapsible]
35+
====
36+
[source,yaml]
37+
----
38+
include::https://raw.githubusercontent.com/openshift/managed-cluster-config/master/deploy/osd-managed-resources/ocp-namespaces.ConfigMap.yaml[]
39+
----
40+
====
41+
42+
[id="sd-add-on-managed-namespaces_{context}"]
2943
== {product-title} add-on namespaces
3044

3145
{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.
@@ -39,7 +53,7 @@ include::https://raw.githubusercontent.com/openshift/managed-cluster-config/mast
3953
----
4054
====
4155

42-
[id="rosa-validating-webhooks"]
56+
[id="sd-validating-webhooks_{context}"]
4357
== {product-title} validating webhooks
4458

4559
{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.

0 commit comments

Comments
 (0)