1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 03:47:04 +01:00

OCPBUGS55692: Node description does not match OpenShift configuration

This commit is contained in:
Michael Burke
2025-07-11 10:12:36 -04:00
committed by openshift-cherrypick-robot
parent 388431ce21
commit f88548f36b
2 changed files with 2 additions and 9 deletions

View File

@@ -123,11 +123,6 @@ spec:
- FRR
----
|`spec.kubeProxyConfig`
|`object`
|
The fields for this object specify the kube-proxy configuration.
If you are using the OVN-Kubernetes cluster network plugin, the kube-proxy configuration has no effect.
|====
[IMPORTANT]

View File

@@ -38,12 +38,10 @@ 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.
Kube-proxy:: Kube-proxy runs on every node in the cluster and maintains the network traffic between the Kubernetes resources. A Kube-proxy ensures that the networking environment is isolated and accessible.
DNS:: Cluster DNS is a DNS server which serves DNS records for Kubernetes services. Containers started by Kubernetes automatically include this DNS server in their DNS searches.
ifndef::openshift-rosa-hcp[]
@@ -281,4 +279,4 @@ Indicates that the pod is allowed (but not required) to be scheduled on nodes or
[id="commonterms-node-taint"]
Taint::
A core object that comprises a key, value, and effect. Taints and tolerations work together to ensure that pods are not scheduled on irrelevant nodes.
A core object that comprises a key, value, and effect. Taints and tolerations work together to ensure that pods are not scheduled on irrelevant nodes.