-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Streaming Proxy Redirects [DEPRECATED] #1558
Comments
/sig node |
Hi @tallclair, -- 1.19 Enhancements Lead here. I see from the KEP that no work is planned for 1.19. I just wanted to confirm if that is still the case? Thank you! |
Yep, confirmed. I'll paste the rollout plan here to make raise the visibility. We do have an action coming up in
|
@tallclair Thank you for the update. Also, a big shoutout for putting put all future plans in the issue as a comment. ➕ |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/remove-lifecycle stale |
Hi @tallclair Enhancements Lead here, can you confirm whether this will have work in 1.20? (alpha/beta/GA?) Thanks! |
Yes, this has some work targeting v1.20. I hoisted the rollout plan to the issue description. |
So I noticed that this is a Deprecation rollout, so I'm wondering how to track this against alpha/beta/stable.. Maybe this could be beta? But I feel like I'm forcing it 🤔 WDYT @tallclair @palnabarun ? |
Yeah, I don't think alpha/beta/ga makes sense here. I don't know enough about the feature tracking process to know what the alternatives are. |
@tallclair let me check on this and i'll report back! |
After discussing, we agree it's important to track & publicize, so we made a new status so that we can track this as a drumroll deprecation! 😄 |
Hey @tallclair ! Since your Enhancement is scheduled to be in 1.20, please keep in mind the important upcoming dates: As a reminder, please link all of your k/k PR as well as docs PRs to this issue so we can track them. Thanks! |
Hello @tallclair , 1.20 Docs shadow here. Does this enhancement work planned for 1.20 require any new docs or modification to existing docs? If so, please follows the steps here to open a PR against the Also take a look at Documenting for a release to get yourself familiarize with the docs requirement for the release. Thank you! |
No docs changes needed for this one. |
Hi @tallclair Please keep in mind the important upcoming dates:
As a reminder, please link all of your k/k PR as well as docs PR to this issue for the release team to track. |
Hi @tallclair Looks like kubernetes/kubernetes#95935 is merged and that was the only PR for 1.20 - correct? As a note: Code Freeze is coming up in 2 days on Thursday, November 12th. All PRs must be merged by that date, otherwise an Exception is required. Thanks! |
Correct. |
Hey @tallclair, 1.22 Enhancements Lead here. While a depreciation doesn't really go through the same criteria as a graduation, there's still a few things I'd like to clarify about your KEP:
|
@JamesLaverack I opened #2707. |
/assign |
Also I see that SIG API Machinery is listed as a participating SIG in your KEP. Will they need to do anything towards this deprecation in 1.22, and if so are they aware of that? |
With #2707 merged we're good for 1.22 enhancements freeze. |
We need to update https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/#feature-gates-for-graduated-or-deprecated-features with the state of EDIT: kubernetes/website#28065 |
All items for 1.22 are done. |
@tallclair @pacoxu - would you be able to do a PR on the KEP.yaml to change the state to Thanks! |
@salaxander updated the status in #2878. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
kubernetes/kubernetes#108531 is a follow up of kubernetes/kubernetes#106830 |
Enhancement Description
Deprecation plan:
--redirect-container-streaming
flag as deprecated. Log a warning on use.StreamingProxyRedirects
feature as deprecated. Log a warning on use.--redirect-container-streaming
can no longer be enabled. If the flag is set, log an errorand continue as though it is unset.
StreamingProxyRedirects
to disabled. If there is a >= 2 version skew between masterand nodes, and the old nodes were enabling
--redirect-container-streaming
, this will breakthem. In this case, the
StreamingProxyRedirects
can still be manually enabled.--redirect-container-streaming
flag.StreamingProxyRedirects
feature.The text was updated successfully, but these errors were encountered: