Skip to content

Commit d95e296

Browse files
authored
Update service-traffic-policy.md
Sync the en document about Service Internal Traffic Policy
1 parent c565172 commit d95e296

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ weight: 45
1515

1616
<!-- overview -->
1717

18-
{{< feature-state for_k8s_version="v1.21" state="alpha" >}}
18+
{{< feature-state for_k8s_version="v1.23" state="beta" >}}
1919

2020
<!--
2121
_Service Internal Traffic Policy_ enables internal traffic restrictions to only route
@@ -35,16 +35,16 @@ _服务内部流量策略_ 开启了内部流量限制,只路由内部流量
3535
## 使用服务内部流量策略 {#using-service-internal-traffic-policy}
3636

3737
<!--
38-
Once you have enabled the `ServiceInternalTrafficPolicy`
39-
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/),
40-
you can enable an internal-only traffic policy for a
38+
The `ServiceInternalTrafficPolicy` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
39+
is a Beta feature and enabled by default.
40+
When the feature is enabled, you can enable the internal-only traffic policy for a
4141
{{< glossary_tooltip text="Services" term_id="service" >}}, by setting its
4242
`.spec.internalTrafficPolicy` to `Local`.
4343
This tells kube-proxy to only use node local endpoints for cluster internal traffic.
4444
-->
45-
一旦你启用了 `ServiceInternalTrafficPolicy` 这个
46-
[特性门控](/zh/docs/reference/command-line-tools-reference/feature-gates/),
47-
你就可以通过将 {{< glossary_tooltip text="Services" term_id="service" >}} 的
45+
`ServiceInternalTrafficPolicy`
46+
[特性门控](/zh/docs/reference/command-line-tools-reference/feature-gates/) 是 Beta 功能,默认启用。
47+
启用该功能后,你就可以通过将 {{< glossary_tooltip text="Services" term_id="service" >}} 的
4848
`.spec.internalTrafficPolicy` 项设置为 `Local`
4949
来为它指定一个内部专用的流量策略。
5050
此设置就相当于告诉 kube-proxy 对于集群内部流量只能使用本地的服务端口。

0 commit comments

Comments
 (0)