Skip to content

Commit a19b520

Browse files
authored
Merge pull request #71664 from xenolinux/fix-syntax-node
OCPBUGS#23265: Remove extra colon
2 parents f9c9e77 + f0564bd commit a19b520

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

nodes/index.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ Using the OpenShift CLI (`oc`) or the web console, you can perform the following
1919

2020
The following components of a node are responsible for maintaining the running of pods and providing the Kubernetes runtime environment.
2121

22-
* Container runtime:: The container runtime is responsible for running containers. Kubernetes offers several runtimes such as containerd, cri-o, rktlet, and Docker.
22+
Container runtime:: The container runtime is responsible for running containers. Kubernetes offers several runtimes such as containerd, cri-o, rktlet, and Docker.
2323

24-
* 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.
24+
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.
2525

26-
* 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.
26+
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.
2727

28-
* 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.
28+
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.
2929

3030
image::295_OpenShift_Nodes_Overview_1222.png[Overview of control plane and worker node]
3131

0 commit comments

Comments
 (0)