File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
content/en/docs/concepts/services-networking Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ weight: 45
9
9
10
10
<!-- overview -->
11
11
12
- {{< feature-state for_k8s_version="v1.21 " state="alpha " >}}
12
+ {{< feature-state for_k8s_version="v1.23 " state="beta " >}}
13
13
14
14
_ Service Internal Traffic Policy_ enables internal traffic restrictions to only route
15
15
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.
20
20
21
21
## Using Service Internal Traffic Policy
22
22
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
26
26
{{< glossary_tooltip text="Services" term_id="service" >}}, by setting its
27
27
` .spec.internalTrafficPolicy ` to ` Local ` .
28
28
This tells kube-proxy to only use node local endpoints for cluster internal traffic.
You can’t perform that action at this time.
0 commit comments