From 67fff0a7979858730d89611869b01b712ad980f1 Mon Sep 17 00:00:00 2001 From: Michael Burke Date: Mon, 10 Nov 2025 17:07:22 -0500 Subject: [PATCH] [enterprise-4.15] OCPBUGS#55692: Node description does not match OpenShift configuration --- nodes/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/index.adoc b/nodes/index.adoc index 00811bb305e0..e0814307f10f 100644 --- a/nodes/index.adoc +++ b/nodes/index.adoc @@ -19,7 +19,7 @@ Using the OpenShift CLI (`oc`) or the web console, you can perform the following The following components of a node are responsible for maintaining the running of pods and providing the Kubernetes runtime environment. -Container runtime:: The container runtime is responsible for running containers. Kubernetes offers several runtimes such as containerd, cri-o, rktlet, and Docker. +Container runtime:: The container runtime is responsible for running containers. {product-title} deploys the CRI-O container runtime on each of the {op-system-first} nodes in your cluster. The Windows Machine Config Operator (WMCO) deploys the containerd runtime on its Windows nodes. Kubelet:: Kubelet runs on nodes and reads the container manifests. It ensures that the defined containers have started and are running. The kubelet process maintains the state of work and the node server. Kubelet manages network rules and port forwarding. The kubelet manages containers that are created by Kubernetes only.