Skip to content

Commit 2ada57d

Browse files
authored
fix a format problem
1 parent a51e916 commit 2ada57d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

content/zh/docs/reference/glossary/cluster.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ tags:
1212
- operation
1313
---
1414

15-
<!-- ---
15+
<!--
16+
---
1617
title: Cluster
1718
id: cluster
1819
date: 2019-06-15
@@ -24,10 +25,12 @@ aka:
2425
tags:
2526
- fundamental
2627
- operation
27-
--- -->
28+
---
29+
-->
30+
2831
<!-- A set of machines, called nodes, that run containerized applications managed by Kubernetes. A cluster has at least one worker node and at least one master node. -->
2932
集群由一组被称作节点的机器组成。这些节点上运行 Kubernetes 所管理的容器化应用。集群具有至少一个工作节点和至少一个主节点。
3033

3134
<!--more-->
3235
<!-- The worker node(s) host the pods that are the components of the application. The master node(s) manages the worker nodes and the pods in the cluster. Multiple master nodes are used to provide a cluster with failover and high availability. -->
33-
工作节点托管作为应用程序组件的 Pod 。主节点管理集群中的工作节点和 Pod 。多个主节点用于为集群提供故障转移和高可用性。
36+
工作节点托管作为应用程序组件的 Pod 。主节点管理集群中的工作节点和 Pod 。多个主节点用于为集群提供故障转移和高可用性。

0 commit comments

Comments
 (0)