Skip to content

Commit fd52687

Browse files
authored
Merge pull request #46955 from seans3/kep-4006-portforward-docs
[KEP-4006] - Docs for PortForward over WebSockets Feature Gates (Beta)
2 parents a8b167a + 9a39692 commit fd52687

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/en/docs/reference/command-line-tools-reference/feature-gates/port-forward-websockets.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ stages:
99
- stage: alpha
1010
defaultValue: false
1111
fromVersion: "1.30"
12+
toVersion: "1.30"
13+
- stage: beta
14+
defaultValue: true
15+
fromVersion: "1.31"
1216
---
1317
Allow WebSocket streaming of the
1418
portforward sub-protocol (`port-forward`) from clients requesting

0 commit comments

Comments
 (0)