Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PortForward over WebSockets update to KEP 4006
Browse files Browse the repository at this point in the history
seans3 committed Feb 6, 2024
1 parent 10f8785 commit ac04b5f
Showing 4 changed files with 416 additions and 45 deletions.
2 changes: 2 additions & 0 deletions keps/prod-readiness/sig-api-machinery/4006.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
kep-number: 4006
alpha:
approver: "@deads2k"
beta:
approver: "@jpbetz"
439 changes: 399 additions & 40 deletions keps/sig-api-machinery/4006-transition-spdy-to-websockets/README.md

Large diffs are not rendered by default.

20 changes: 15 additions & 5 deletions keps/sig-api-machinery/4006-transition-spdy-to-websockets/kep.yaml
Original file line number Diff line number Diff line change
@@ -14,14 +14,15 @@ reviewers:
approvers:
- "@deads2k"
- "@jpbetz"
- "@liggitt"

# The target maturity stage in the current dev cycle for this KEP.
stage: alpha
stage: beta

# The most recent milestone for which work toward delivery of this KEP has been
# done. This can be the current (upcoming) milestone, if it is being actively
# worked on.
latest-milestone: "v1.29"
latest-milestone: "v1.30"

# The milestone at which this feature was, or is targeted to be, at each stage.
milestone:
@@ -35,11 +36,20 @@ feature-gates:
- name: KUBECTL_REMOTE_COMMAND_WEBSOCKETS
components:
- kubectl
- name: ClientRemoteCommandWebsockets
- name: KUBECTL_PORT_FORWARD_WEBSOCKETS
components:
- kubectl
- name: TranslateStreamCloseWebsocketRequests
components:
- kube-apiserver
- name: PortForwardWebsockets
components:
- kube-apiserver
disable-supported: true

# The following PRR answers are required at beta release
# The following PRR answers are required at beta release.
metrics:
- TBD (complete for beta)
- num_ws_remote_command_v5_successes
- num_ws_remote_command_v5_failures
- num_ws_port_forward_v2_successes
- num_ws_port_forward_v2_failures
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ac04b5f

Please sign in to comment.