-
Notifications
You must be signed in to change notification settings - Fork 42k
k8s.io/apiserver: wire --disable-http2 flag to existing logic #116762
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
Conversation
This change simply wires the existing DisableHTTP2 boolean to a CLI flag so that it can be set without code level changes (and thus makes it available to the Kubernetes API server). Signed-off-by: Monis Khan <[email protected]>
e5240ff to
04d0cf8
Compare
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: enj The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@enj: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
/triage accepted |
|
panics |
|
@enj hi 👋🏼, v1.28 Bug Triage Lead here. Just checking-in on this PR and pinging if this is still on track for the 1.28 release? |
|
PR needs rebase. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
@enj hey! This PR has not been updated for a long time, so I'd like to check what's the status. Gentle reminder that the code freeze is starting 01:00 UTC Wednesday 19th July 2023 / 18:00 PDT Tuesday 18th July 2023 (about 3 weeks from now) and we want to ensure that each PR has a chance to be merged on time. As the PR is tagged for 1.28, is it still planned for this release? |
|
@enj hi! This PR has not been updated for a long time now (needs: rebase, fixing CI checks and addressing a comment from @aojea) and I'd like to check what's the status with you once again. Please remove the milestone if this not currently tracked for v1.28 release or if it is still, please make sure that it is in before the code freeze date above, thanks! |
| "--cloud-provider=azure", | ||
| "--cors-allowed-origins=10.10.10.100,10.10.10.200", | ||
| "--contention-profiling=true", | ||
| "--disable-http2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's not clear whether this flag controls http2 serving or http2 in the various clients the API server creates/uses ... can we disambiguate this?
|
/milestone next-candidate |
|
/milestone v1.29 |
|
Hello! This PR has not been updated for a long time, so I'd like to check what's the status. The code freeze is starting (01:00 UTC Wednesday 1st November 2023 / 18:00 PDT Tuesday 31st October 2023) (about 2 weeks from now). Please ensure your PR goes in by then if you are targeting 1.29 release. (Also, please add the priority label) Please let us know if we can be of any assistance and help :) |
|
Hello! |
|
/milestone clear |
|
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close |
|
@k8s-triage-robot: Closed this PR. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
This change simply wires the existing DisableHTTP2 boolean to a CLI flag so that it can be set without code level changes (and thus makes it available to the Kubernetes API server).
/kind feature
/milestone v1.28