Skip to content

Commit 343aaa7

Browse files
author
Bob Furu
authored
Merge pull request #40206 from Amrita42/BZ1999786
2 parents 23ef238 + 4cc8690 commit 343aaa7

File tree

1 file changed

+1
-35
lines changed

1 file changed

+1
-35
lines changed

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

Lines changed: 1 addition & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -26,41 +26,7 @@ For example, to access the resources from `cluster.node22` node, you can enter:
2626
$ oc get --raw /api/v1/nodes/cluster.node22/proxy/stats/summary
2727
----
2828
+
29-
.Example output
30-
[source,json]
31-
----
32-
{
33-
"node": {
34-
"nodeName": "cluster.node22",
35-
"systemContainers": [
36-
{
37-
"cpu": {
38-
"usageCoreNanoSeconds": 929684480915,
39-
"usageNanoCores": 190998084
40-
},
41-
"memory": {
42-
"rssBytes": 176726016,
43-
"usageBytes": 1397895168,
44-
"workingSetBytes": 1050509312
45-
},
46-
"name": "kubelet"
47-
},
48-
{
49-
"cpu": {
50-
"usageCoreNanoSeconds": 128521955903,
51-
"usageNanoCores": 5928600
52-
},
53-
"memory": {
54-
"rssBytes": 35958784,
55-
"usageBytes": 129671168,
56-
"workingSetBytes": 102416384
57-
},
58-
"name": "runtime"
59-
}
60-
]
61-
}
62-
}
63-
----
29+
For more details, refer to the link:https://access.redhat.com/solutions/5843241[recommended system-reserved values]
6430

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

0 commit comments

Comments
 (0)