You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contributing_to_docs/term_glossary.adoc
+9-18Lines changed: 9 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -168,6 +168,15 @@ used interchangeably with "container-based."
168
168
169
169
Usage: container group
170
170
171
+
''''
172
+
=== control plane
173
+
174
+
Usage: control plane
175
+
176
+
The control plane, which is composed of control plane machines, manages the {product-title} cluster. The control plane machines manage workloads on the compute machines, which are also known as worker machines.
177
+
178
+
Note that the OpenShift "control plane" was previously known as "master" and could still be in the code.
179
+
171
180
''''
172
181
=== custom resource
173
182
@@ -334,15 +343,6 @@ The agent that controls a Kubernetes node. Each node runs a kubelet, which
334
343
handles starting and stopping containers on a node, based on the desired state
335
344
defined by the control plane (also known as master).
336
345
337
-
''''
338
-
=== Kubernetes control plane
339
-
340
-
Usage: Kubernetes control plane
341
-
342
-
The Kubernetes-native equivalent to the link:#project[OpenShift control plane].
343
-
An OpenShift system runs OpenShift control planes (also known as masters), not Kubernetes control planes, and
344
-
an OpenShift control plane provides a superset of the functionality of a Kubernetes control plane, so it is generally preferred to use the term OpenShift control plane.
345
-
346
346
''''
347
347
=== Kubernetes API server
348
348
@@ -422,15 +422,6 @@ The `oc` tool is the command-line interface of OpenShift 3 and 4.
422
422
When referencing as a prerequisite for a procedure module, use the following
423
423
construction: Install the OpenShift CLI (`oc`).
424
424
425
-
''''
426
-
=== control plane
427
-
428
-
Usage: control plane
429
-
430
-
The control plane, which is composed of control plane machines, manages the {product-title} cluster. The control plane machines manage workloads on the compute machines, which are also known as worker machines.
431
-
432
-
Note that the OpenShift "control plane" was previously known as "master" and could still be in the code.
0 commit comments