Skip to content

Commit 3b55463

Browse files
authored
[zh] fix short description of the service glossary
1 parent 8df153c commit 3b55463

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ id: service
44
date: 2018-04-12
55
full_link: /zh/docs/concepts/services-networking/service/
66
short_description: >
7-
将运行在一组 {{< glossary_tooltip text="Pods" term_id="pod" >}} 上的应用程序公开为网络服务的抽象方法。
7+
将运行在一组 Pods 上的应用程序公开为网络服务的抽象方法。
88
99
aka:
1010
tags:
@@ -42,4 +42,4 @@ An abstract way to expose an application running on a set of {{< glossary_toolti
4242
-->
4343
服务所针对的 Pod 集(通常)由{{< glossary_tooltip text="选择算符" term_id="selector" >}}确定。
4444
如果有 Pod 被添加或被删除,则与选择算符匹配的 Pod 集合将发生变化。
45-
服务确保可以将网络流量定向到该工作负载的当前 Pod 集合。
45+
服务确保可以将网络流量定向到该工作负载的当前 Pod 集合。

0 commit comments

Comments
 (0)