-
Notifications
You must be signed in to change notification settings - Fork 574
[release-4.18] CNTRLPLANE-1610: Add feature gates for StreamingCollectionEncoding #2528
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
base: release-4.18
Are you sure you want to change the base?
[release-4.18] CNTRLPLANE-1610: Add feature gates for StreamingCollectionEncoding #2528
Conversation
@rh-roman: This pull request references CNTRLPLANE-1610 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target either version "4.21." or "openshift-4.21.", but it targets "openshift-4.18.z" instead. In 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 openshift-eng/jira-lifecycle-plugin repository. |
Hello @rh-roman! Some important instructions when contributing to openshift/api: |
@rh-roman: This pull request references CNTRLPLANE-1610 which is a valid jira issue. In 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 openshift-eng/jira-lifecycle-plugin repository. |
/retest |
@rh-roman: The following tests failed, say
Full PR test history. Your PR dashboard. 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-sigs/prow repository. I understand the commands that are listed here. |
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.
/lgtm
/label backport-risk-assessed |
/test lint |
@rh-roman: The specified target(s) for
The following commands are available to trigger optional jobs:
Use In 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-sigs/prow repository. |
/retest |
/test all |
I think those three presubmits don't exist on 4.18, so the jobs we are seeing are an artifact of having initially opening this PR against master before updating the target branch. As long as tide is happy we should be good. |
/lgtm |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: everettraven The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Ah, I forgot - I already LGTM'd this but my approval didn't stick because I wasn't an approver in the OWNERS file all the way back to the 4.18 branch 🤦 @JoelSpeed will likely have to approve this when he is back. |
I assumed you were so impressed you thought it deserved a second LGTM. |
Due to significant customer need for performance improvements related to API server pressure from large LIST requests, backporting the API streaming features that have been introduced in 1.33/1.34 related to kubernetes/enhancements#3157
Adding a feature gate to allow customers to enable API streaming features.