mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
Merge pull request #105759 from mburke5678/node-document-kernel-psi-rn-redo
OSDOCS RN Document Kernel PSI Enablement in OpenShift 4.21 redo
This commit is contained in:
@@ -459,9 +459,9 @@ Automatically calculate and apply CPU and memory resources for system components
|
||||
+
|
||||
{product-title} now automatically calculates and reserves a portion of the CPU and memory resources for use by the underlying node and system components. Previously, you needed to enable the feature by creating a `KubeletConfig` custom resource (CR) with the `autoSizingReserved: true` parameter. For clusters updated to {product-title} 4.21, you can enable the feature by deleting the `50-worker-auto-sizing-disabled` machine config. After you delete the machine config, the nodes reboot with the new resource settings. If you manually configured system reserved CPU or memory resources, these settings remain upon update and do not change. For more information on this new feature, see xref:../nodes/nodes/nodes-nodes-resources-configuring.adoc#nodes-nodes-resources-configuring-auto_nodes-nodes-resources-configuring[Automatically allocating resources for nodes].
|
||||
|
||||
Linux PSI monitoring is now enabled by default::
|
||||
Linux PSI monitoring can now be enabled::
|
||||
+
|
||||
Linux Pressure Stall Information (PSI) monitoring, which makes PSI metrics for CPU, memory, and I/O available for your cluster, is now enabled by default. Before this update, you needed to manually enable PSI. For more information, see xref:../nodes/nodes/nodes-nodes-managing.adoc#nodes-nodes-psi-enable_nodes-nodes-managing[Enabling Pressure Stall Information (PSI) monitoring].
|
||||
You can now enable Linux Pressure Stall Information (PSI) monitoring, which makes PSI metrics for CPU, memory, and I/O available for your cluster, by using a `MachineConfig` object. For more information, see xref:../nodes/nodes/nodes-nodes-managing.adoc#nodes-nodes-psi-enable_nodes-nodes-managing[Enabling Pressure Stall Information (PSI) monitoring].
|
||||
|
||||
[id="ocp-release-notes-ocp-cli_{context}"]
|
||||
== OpenShift CLI (oc)
|
||||
|
||||
Reference in New Issue
Block a user