From da034b33acf273190214fcfcb0a7784053b2abd1 Mon Sep 17 00:00:00 2001 From: Amrita Date: Tue, 4 Jan 2022 20:20:51 +0530 Subject: [PATCH] added a KCS ref link for system reseved values --- ...s-nodes-resources-configuring-setting.adoc | 36 +------------------ 1 file changed, 1 insertion(+), 35 deletions(-) diff --git a/modules/nodes-nodes-resources-configuring-setting.adoc b/modules/nodes-nodes-resources-configuring-setting.adoc index 567cf1ae02..80ec75b963 100644 --- a/modules/nodes-nodes-resources-configuring-setting.adoc +++ b/modules/nodes-nodes-resources-configuring-setting.adoc @@ -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: