Skip to content

Commit 8030a58

Browse files
committed
OCPBUGS-78793: adding console disable option
1 parent 4057ba7 commit 8030a58

File tree

4 files changed

+18
-0
lines changed

4 files changed

+18
-0
lines changed

modules/telco-ran-cluster-tuning.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ The {rh-rhacm} hub cluster aggregates managed cluster metrics.
5050
|Configure the cluster to use a single catalog source that contains only the Operators required for a RAN DU deployment.
5151
Each catalog source increases the CPU use on the cluster.
5252
Using a single `CatalogSource` fits within the platform CPU budget.
53+
54+
|Disable the Console Operator
55+
|If the cluster was deployed with the console disabled, the `Console` CR (`ConsoleOperatorDisable.yaml`) is not needed.
56+
If the cluster was deployed with the console enabled, you must apply the `Console` CR.
5357
|====
5458

5559
Engineering considerations::

modules/telco-ran-crs-cluster-tuning.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
|====
1212
Component,Reference CR,Optional,New in this release
1313
Cluster capabilities,xref:../../telco_ref_design_specs/ran/telco-ran-ref-du-crs.adoc#ztp-example-sno-yaml[example-sno.yaml],No,No
14+
Console Operator disable,xref:../../telco_ref_design_specs/ran/telco-ran-ref-du-crs.adoc#ztp-consoleoperatordisable-yaml[ConsoleOperatorDisable.yaml],No,No
1415
Disabling network diagnostics,xref:../../telco_ref_design_specs/ran/telco-ran-ref-du-crs.adoc#ztp-disablesnonetworkdiag-yaml[DisableSnoNetworkDiag.yaml],No,No
1516
Monitoring configuration,xref:../../telco_ref_design_specs/ran/telco-ran-ref-du-crs.adoc#ztp-reducemonitoringfootprint-yaml[ReduceMonitoringFootprint.yaml],No,No
1617
OperatorHub,xref:../../telco_ref_design_specs/ran/telco-ran-ref-du-crs.adoc#ztp-09-openshift-marketplace-ns-yaml[09-openshift-marketplace-ns.yaml],No,No

modules/telco-ran-yaml-ref-cluster-tuning.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@
1313
include::snippets/ztp_example-sno.yaml[]
1414
----
1515

16+
[id="ztp-consoleoperatordisable-yaml"]
17+
.ConsoleOperatorDisable.yaml
18+
[source,yaml]
19+
----
20+
include::snippets/ztp_ConsoleOperatorDisable.yaml[]
21+
----
22+
1623
[id="ztp-disablesnonetworkdiag-yaml"]
1724
.DisableSnoNetworkDiag.yaml
1825
[source,yaml]
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
apiVersion: operator.openshift.io/v1
2+
kind: Console
3+
metadata:
4+
name: cluster
5+
spec:
6+
managementState: Removed

0 commit comments

Comments
 (0)