diff --git a/hosted_control_planes/hcp-prepare/hcp-override-resource-util.adoc b/hosted_control_planes/hcp-prepare/hcp-override-resource-util.adoc index 3c24d9f4e709..de615c88bd8e 100644 --- a/hosted_control_planes/hcp-prepare/hcp-override-resource-util.adoc +++ b/hosted_control_planes/hcp-prepare/hcp-override-resource-util.adoc @@ -6,7 +6,8 @@ include::_attributes/common-attributes.adoc[] toc::[] -The set of baseline measurements for resource utilization can vary in each hosted cluster. +[role="_abstract"] +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. include::modules/hcp-override.adoc[leveloffset=+1] diff --git a/modules/hcp-disable-metrics.adoc b/modules/hcp-disable-metrics.adoc index aa66bb2491de..952074dfa2b0 100644 --- a/modules/hcp-disable-metrics.adoc +++ b/modules/hcp-disable-metrics.adoc @@ -6,12 +6,11 @@ [id="hcp-disable-metrics_{context}"] = Disabling the metric service monitoring -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`. +[role="_abstract"] +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. .Procedure -You can disable metric service monitoring by completing the following steps: - . Log in to your hub cluster by running the following command: + [source,terminal] @@ -42,11 +41,11 @@ spec: value: "80" - name: hcThresholdNumber value: "60" - - name: disableMetrics <1> + - name: disableMetrics value: "true" ---- + -<1> The `disableMetrics=true` customized variable disables metric service monitoring for both new and existing `hypershift-addon` managed cluster add-ons. +The `disableMetrics=true` customized variable disables metric service monitoring for both new and existing `hypershift-addon` managed cluster add-ons. . Apply the changes to the configuration specification by running the following command: + diff --git a/modules/hcp-override.adoc b/modules/hcp-override.adoc index cc8cc20b0d7a..ff02d31bb489 100644 --- a/modules/hcp-override.adoc +++ b/modules/hcp-override.adoc @@ -6,6 +6,7 @@ [id="hcp-override_{context}"] = Overriding resource utilization measurements for a hosted cluster +[role="_abstract"] You can override resource utilization measurements based on the type and pace of your cluster workload. .Procedure