Skip to content

Commit 406db73

Browse files
committed
WinDSR to stable updates
Signed-off-by: Mark Rossett <[email protected]>
1 parent e087053 commit 406db73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/en/docs/concepts/services-networking/windows-networking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ The following IPAM options are supported on Windows:
9595

9696
## Direct Server Return (DSR) {#dsr}
9797

98-
{{< feature-state for_k8s_version="v1.33" state="beta" >}}
98+
{{< feature-state feature_gate_name="WinDSR" >}}
9999

100100
Load balancing mode where the IP address fixups and the LBNAT occurs at the container vSwitch port directly;
101101
service traffic arrives with the source IP set as the originating pod IP.

content/en/docs/reference/networking/virtual-ips.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ IP address and not the specific backend Pod.
362362

363363
#### Direct server return for `kernelspace` mode {#windows-direct-server-return}
364364

365-
{{< feature-state for_k8s_version="v1.14" state="alpha" >}}
365+
{{< feature-state feature_gate_name="WinDSR" >}}
366366

367367
As an alternative to the basic operation, a node that hosts the backend Pod for a Service can
368368
apply the packet rewriting directly, rather than placing this burden on the node where the client

0 commit comments

Comments
 (0)