Skip to content

Commit fe96d34

Browse files
authored
Merge pull request #43895 from mburke5678/BZ-1990485-change-metrics-command
BZ1990485: Change commands for getting metrics for systemContainer kubelet and runtime
2 parents bb72577 + 4445417 commit fe96d34

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

modules/nodes-nodes-resources-configuring-setting.adoc

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,11 @@
99
{product-title} supports the CPU and memory resource types for allocation. The `ephemeral-resource` resource type is supported as well. For the `cpu` type, the resource quantity is specified in units of cores, such as `200m`, `0.5`, or `1`. For `memory` and `ephemeral-storage`, it is specified in units of bytes, such as `200Ki`, `50Mi`, or `5Gi`.
1010

1111
As an administrator, you can set these using a custom resource (CR) through a set of `<resource_type>=<resource_quantity>` pairs
12-
(e.g., *cpu=200m,memory=512Mi*).
12+
(e.g., `cpu=200m,memory=512Mi`).
1313

14-
.Prerequisites
14+
For details on the recommended `system-reserved` values, refer to the link:https://access.redhat.com/solutions/5843241[recommended system-reserved values].
1515

16-
. To help you determine values for the `system-reserved` setting, you can introspect the resource use for a node by using the node summary API. Enter the following command for your node:
17-
+
18-
[source,terminal]
19-
----
20-
$ oc get --raw /api/v1/nodes/<node>/proxy/stats/summary
21-
----
22-
+
23-
For example, to access the resources from `cluster.node22` node, you can enter:
24-
+
25-
[source,terminal]
26-
----
27-
$ oc get --raw /api/v1/nodes/cluster.node22/proxy/stats/summary
28-
----
29-
+
30-
For more details, refer to the link:https://access.redhat.com/solutions/5843241[recommended system-reserved values]
16+
.Prerequisites
3117

3218
. Obtain the label associated with the static `MachineConfigPool` CRD for the type of node you want to configure.
3319
Perform one of the following steps:

0 commit comments

Comments
 (0)