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

42
+
28
43
{{% /capture %}}
29
44
30
45
{{% capture body %}}
31
-
<!--
32
-
## Master Components
46
+
<!--
47
+
## Control Plane Components
33
48
-->
34
-
## Master 组件
49
+
## 控制平面组件(Control Plane Components)
35
50
36
-
<!--
37
-
Master components provide the cluster's control plane. Master components make global decisions about the
38
-
cluster (for example, scheduling), and they detect and respond to cluster events (for example, starting up a new {{< glossary_tooltip text="pod" term_id="pod">}} when a deployment's `replicas` field is unsatisfied).
The Control Plane's components make global decisions about the cluster (for example, scheduling), as well as detecting and responding to cluster events (for example, starting up a new {{< glossary_tooltip text="pod" term_id="pod">}} when a deployment's `replicas` field is unsatisfied).
0 commit comments