Skip to content

Commit fedca0e

Browse files
authored
Merge pull request #20705 from pjhwa/fix-20704
Fix incorrect hugo code for reference/glossary/cluster.md
2 parents 72f071c + 3f4b5a8 commit fedca0e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,19 @@
22
title: 클러스터(Cluster)
33
id: cluster
44
date: 2019-06-15
5-
full_link:
5+
full_link:
66
short_description: >
7-
컨테이너화된 애플리케이션을 실행하는 {{< glossary_tooltip text="노드" term_id="node" >}}라고 하는 워커 머신의 집합. 모든 클러스터는 최소 한 개의 워커 노드를 가진다.
7+
컨테이너화된 애플리케이션을 실행하는 노드라고 하는 워커 머신의 집합. 모든 클러스터는 최소 한 개의 워커 노드를 가진다.
88
99
aka:
1010
tags:
1111
- fundamental
1212
- operation
1313
---
14-
컨테이너화된 애플리케이션을 실행하는 노드라고 하는 워커 머신의 집합. 모든 클러스터는 최소 한 개의 워커 노드를 가진다.
14+
컨테이너화된 애플리케이션을 실행하는 {{< glossary_tooltip text="노드" term_id="node" >}}라고
15+
하는 워커 머신의 집합. 모든 클러스터는 최소 한 개의 워커 노드를 가진다.
1516

16-
<!--more-->
17+
<!--more-->
1718
워커 노드는 애플리케이션의 구성요소인
1819
{{< glossary_tooltip text="파드" term_id="pod" >}}를 호스트한다.
1920
{{< glossary_tooltip text="컨트롤 플레인" term_id="control-plane" >}}은 워커 노드와

0 commit comments

Comments
 (0)