From c4dc68c8ff032bf31dab0a8aa7f958d5782d438a Mon Sep 17 00:00:00 2001
From: Md Sahil <85174511+MdSahil-oss@users.noreply.github.com>
Date: Tue, 1 Feb 2022 07:07:53 +0530
Subject: [PATCH] Update service-traffic-policy.md (#31408)
* Update service-traffic-policy.md
What this PR does ?
Improve documentation.
Which issue this PR fixes ?
fixes 31403(Issue).
* Update service-traffic-policy.md
* Update service-traffic-policy.md
* Update service-traffic-policy.md
---
.../services-networking/service-traffic-policy.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/content/en/docs/concepts/services-networking/service-traffic-policy.md b/content/en/docs/concepts/services-networking/service-traffic-policy.md
index 0a62cb4934..b7a367a4b7 100644
--- a/content/en/docs/concepts/services-networking/service-traffic-policy.md
+++ b/content/en/docs/concepts/services-networking/service-traffic-policy.md
@@ -9,7 +9,7 @@ weight: 45
-{{< feature-state for_k8s_version="v1.21" state="alpha" >}}
+{{< feature-state for_k8s_version="v1.23" state="beta" >}}
_Service Internal Traffic Policy_ enables internal traffic restrictions to only route
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.
## Using Service Internal Traffic Policy
-Once you have enabled the `ServiceInternalTrafficPolicy`
-[feature gate](/docs/reference/command-line-tools-reference/feature-gates/),
-you can enable an internal-only traffic policy for a
+The `ServiceInternalTrafficPolicy` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
+is a Beta feature and enabled by default.
+When the feature is enabled, you can enable the internal-only traffic policy for a
{{< glossary_tooltip text="Services" term_id="service" >}}, by setting its
`.spec.internalTrafficPolicy` to `Local`.
This tells kube-proxy to only use node local endpoints for cluster internal traffic.