1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

Merge pull request #40251 from openshift-cherrypick-robot/cherry-pick-40206-to-enterprise-4.10

[enterprise-4.10] BZ1999786: Added a KCS ref link for system reserved values
This commit is contained in:
Vikram Goyal
2022-01-05 23:24:33 +10:00
committed by GitHub

View File

@@ -26,41 +26,7 @@ For example, to access the resources from `cluster.node22` node, you can enter:
$ oc get --raw /api/v1/nodes/cluster.node22/proxy/stats/summary
----
+
.Example output
[source,json]
----
{
"node": {
"nodeName": "cluster.node22",
"systemContainers": [
{
"cpu": {
"usageCoreNanoSeconds": 929684480915,
"usageNanoCores": 190998084
},
"memory": {
"rssBytes": 176726016,
"usageBytes": 1397895168,
"workingSetBytes": 1050509312
},
"name": "kubelet"
},
{
"cpu": {
"usageCoreNanoSeconds": 128521955903,
"usageNanoCores": 5928600
},
"memory": {
"rssBytes": 35958784,
"usageBytes": 129671168,
"workingSetBytes": 102416384
},
"name": "runtime"
}
]
}
}
----
For more details, refer to the link:https://access.redhat.com/solutions/5843241[recommended system-reserved values]
. Obtain the label associated with the static `MachineConfigPool` CRD for the type of node you want to configure.
Perform one of the following steps: