Skip to content

Commit 270482a

Browse files
committed
[OSDOCS-19997]: CQA: Overriding resource utilization for HCP
1 parent f12bc8c commit 270482a

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

hosted_control_planes/hcp-prepare/hcp-override-resource-util.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9-
The set of baseline measurements for resource utilization can vary in each hosted cluster.
9+
[role="_abstract"]
10+
The set of baseline measurements for resource utilization can vary in each hosted cluster. Ensure that you understand the resource utilization needed for your deployment.
1011

1112
include::modules/hcp-override.adoc[leveloffset=+1]
1213

modules/hcp-disable-metrics.adoc

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@
66
[id="hcp-disable-metrics_{context}"]
77
= Disabling the metric service monitoring
88

9-
After you enable the `hypershift-addon` managed cluster add-on, metric service monitoring is configured by default so that {product-title} monitoring can gather metrics from `hypershift-addon`.
9+
[role="_abstract"]
10+
After you enable the `hypershift-addon` managed cluster add-on, metric service monitoring is configured by default so that {product-title} monitoring can gather metrics from `hypershift-addon`. If needed, you can disable metric service monitoring.
1011

1112
.Procedure
1213

13-
You can disable metric service monitoring by completing the following steps:
14-
1514
. Log in to your hub cluster by running the following command:
1615
+
1716
[source,terminal]
@@ -42,11 +41,11 @@ spec:
4241
value: "80"
4342
- name: hcThresholdNumber
4443
value: "60"
45-
- name: disableMetrics <1>
44+
- name: disableMetrics
4645
value: "true"
4746
----
4847
+
49-
<1> The `disableMetrics=true` customized variable disables metric service monitoring for both new and existing `hypershift-addon` managed cluster add-ons.
48+
The `disableMetrics=true` customized variable disables metric service monitoring for both new and existing `hypershift-addon` managed cluster add-ons.
5049

5150
. Apply the changes to the configuration specification by running the following command:
5251
+

modules/hcp-override.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
[id="hcp-override_{context}"]
77
= Overriding resource utilization measurements for a hosted cluster
88

9+
[role="_abstract"]
910
You can override resource utilization measurements based on the type and pace of your cluster workload.
1011

1112
.Procedure

0 commit comments

Comments
 (0)