You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/hcp-disable-metrics.adoc
+10-5Lines changed: 10 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,11 @@
6
6
[id="hcp-disable-metrics_{context}"]
7
7
= Disabling the metric service monitoring
8
8
9
-
After enabling the `hypershift-addon` managed cluster addon, the metric service monitoring is configured by default so that {product-title} monitoring can gather metrics from `hypershift-addon`.
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`.
10
10
11
11
.Procedure
12
12
13
-
You can disable the metric service monitoring by completing the following steps:
13
+
You can disable metric service monitoring by completing the following steps:
14
14
15
15
. Log in to your hub cluster by running the following command:
16
16
+
@@ -19,7 +19,7 @@ You can disable the metric service monitoring by completing the following steps:
19
19
$ oc login
20
20
----
21
21
22
-
. Open the `hypershift-addon-deploy-config` add-on deployment configuration specification for editing by running the following command:
22
+
. Edit the `hypershift-addon-deploy-config` add-on deployment configuration specification by running the following command:
23
23
+
24
24
[source,terminal]
25
25
----
@@ -45,6 +45,11 @@ spec:
45
45
value: "true"
46
46
----
47
47
+
48
-
<1> The `disableMetrics=true` customized variable disables the metric service monitoring configuration for both new and existing `hypershift-addon` managed cluster add-ons.
48
+
<1> The `disableMetrics=true` customized variable disables metric service monitoring for both new and existing `hypershift-addon` managed cluster add-ons.
49
49
50
-
. Save the changes.
50
+
. Apply the changes to the configuration specification by running the following command:
0 commit comments