Skip to content

Commit 6aa1f9d

Browse files
authored
Merge pull request #41425 from tu1h/fix_service_doc
[zh] Update service.md
2 parents f8b3803 + a35ea1b commit 6aa1f9d

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1788,7 +1788,7 @@ the Service.
17881788
### 带选择算符的服务 {#with-selectors}
17891789

17901790
对定义了选择算符的无头服务,Kubernetes 控制平面在 Kubernetes API 中创建 EndpointSlice 对象,
1791-
并且修改 DNS 配置返回 A 或 AAA 条记录(IPv4 或 IPv6 地址),这些记录直接指向 `Service` 的后端 Pod 集合。
1791+
并且修改 DNS 配置返回 A 或 AAAA 条记录(IPv4 或 IPv6 地址),这些记录直接指向 `Service` 的后端 Pod 集合。
17921792

17931793
<!--
17941794
### Without selectors

0 commit comments

Comments
 (0)