Skip to content

Commit 8e8a453

Browse files
authored
Merge pull request kubernetes#2707 from pacoxu/streaming-proxy-redicts-update
update streaming proxy redicts status: 1.22. Deprecated and default false
2 parents 0c83dfa + c3ab482 commit 8e8a453

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kep-number: 1558
2+
stable:
3+
approver: "@johnbelamaric"

keps/sig-node/1558-streaming-proxy-redirects/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,11 +145,11 @@ will in turn proxy the connection back to the client.
145145
3. release **1.20**
146146
1. `--redirect-container-streaming` can no longer be enabled. If the flag is set, log an error
147147
and continue as though it is unset.
148-
4. release **1.21** _(extra safe alternative: 1.22)_
148+
4. release **1.22**
149149
1. Default `StreamingProxyRedirects` to disabled. If there is a >= 2 version skew between master
150150
and nodes, and the old nodes were enabling `--redirect-container-streaming`, this **will break
151151
them**. In this case, the `StreamingProxyRedirects` can still be manually enabled.
152-
5. release **1.22** _(extra safe alternative: 1.24)_
152+
5. release **1.24**
153153
1. Remove the `--redirect-container-streaming` flag.
154154
2. Remove the `StreamingProxyRedirects` feature.
155155

keps/sig-node/1558-streaming-proxy-redirects/kep.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ approvers:
1414
- "@Random-Liu"
1515
- "@derekwaynecarr"
1616
creation-date: 2019-12-05
17+
last-updated: 2021-05-11
1718
status: implementable
1819
replaces:
1920
- "https://docs.google.com/document/d/1OE_QoInPlVCK9rMAx9aybRmgFiVjHpJCHI9LrfdNM_s/edit#heading=h.4yfjiw58o8d3"
2021

21-
latest-milestone: "0.0"
22-
stage: "alpha"
22+
latest-milestone: "1.22"
23+
stage: "stable"

0 commit comments

Comments
 (0)