Skip to content

Commit e553c6d

Browse files
authored
Merge pull request #25479 from yuandongx/patch-1
[zh] Update service.md
2 parents 5e0e85d + dfde830 commit e553c6d

File tree

1 file changed

+1
-1
lines changed
  • content/zh/docs/concepts/services-networking

1 file changed

+1
-1
lines changed

content/zh/docs/concepts/services-networking/service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ To learn about other ways to define Service endpoints,
8484
see [Services _without_ selectors](#services-without-selectors).
8585
-->
8686
Kubernetes Service 定义了这样一种抽象:逻辑上的一组 Pod,一种可以访问它们的策略 —— 通常称为微服务。
87-
这一组 Pod 能够被 Service 访问到,通常是通过 {{< glossary_tooltip text="选择算符" term_id="selector" >}}
87+
Service 所针对的 Pods 集合通常是通过{{< glossary_tooltip text="选择算符" term_id="selector" >}}来确定的。
8888
要了解如何定义服务端点,请参阅[不带选择算符的服务](#services-without-selectors)
8989

9090
<!--

0 commit comments

Comments
 (0)