Skip to content

Commit c4dc68c

Browse files
authored
Update service-traffic-policy.md (#31408)
* Update service-traffic-policy.md <h3>What this PR does ?</h3> Improve documentation. <h3>Which issue this PR fixes ?</h3> fixes 31403(Issue). * Update service-traffic-policy.md * Update service-traffic-policy.md * Update service-traffic-policy.md
1 parent e3ad96a commit c4dc68c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ weight: 45
99

1010
<!-- overview -->
1111

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

1414
_Service Internal Traffic Policy_ enables internal traffic restrictions to only route
1515
internal traffic to endpoints within the node the traffic originated from. The
@@ -20,9 +20,9 @@ cluster. This can help to reduce costs and improve performance.
2020

2121
## Using Service Internal Traffic Policy
2222

23-
Once you have enabled the `ServiceInternalTrafficPolicy`
24-
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/),
25-
you can enable an internal-only traffic policy for a
23+
The `ServiceInternalTrafficPolicy` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
24+
is a Beta feature and enabled by default.
25+
When the feature is enabled, you can enable the internal-only traffic policy for a
2626
{{< glossary_tooltip text="Services" term_id="service" >}}, by setting its
2727
`.spec.internalTrafficPolicy` to `Local`.
2828
This tells kube-proxy to only use node local endpoints for cluster internal traffic.

0 commit comments

Comments
 (0)