-
Notifications
You must be signed in to change notification settings - Fork 14.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[zh] Sync feature gates: port-forward-websockets and iptables-ownersh…
…ip-cleanup
- Loading branch information
1 parent
9fce41c
commit 5307f13
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
20 changes: 20 additions & 0 deletions
20
...reference/command-line-tools-reference/feature-gates/port-forward-websockets.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: PortForwardWebsockets | ||
content_type: feature_gate | ||
_build: | ||
list: never | ||
render: false | ||
|
||
stages: | ||
- stage: alpha | ||
defaultValue: false | ||
fromVersion: "1.30" | ||
--- | ||
|
||
<!-- | ||
Allow WebSocket streaming of the | ||
portforward sub-protocol (`port-forward`) from clients requesting | ||
version v2 (`v2.portforward.k8s.io`) of the sub-protocol. | ||
--> | ||
允许从请求 v2 子协议(`v2.portforward.k8s.io`)的客户端通过 portforward 子协议 | ||
(`port-forward`)执行 WebSocket 流式传输。 |