-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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
Remove legacy feature gate EnableAggregatedDiscoveryTimeout for Aggregation layer #25460
Remove legacy feature gate EnableAggregatedDiscoveryTimeout for Aggregation layer #25460
Conversation
/assign @kbarnard10 |
✔️ Deploy preview for kubernetes-io-master-staging ready! 🔨 Explore the source changes: e354338 🔍 Inspect the deploy logs: https://app.netlify.com/sites/kubernetes-io-master-staging/deploys/5fce3130d56b800009c44d09 😎 Browse the preview: https://deploy-preview-25460--kubernetes-io-master-staging.netlify.app |
@@ -28,9 +28,7 @@ The most common way to implement the APIService is to run an *extension API serv | |||
Extension API servers should have low latency networking to and from the kube-apiserver. | |||
Discovery requests are required to round-trip from the kube-apiserver in five seconds or less. | |||
|
|||
If your extension API server cannot achieve that latency requirement, consider making changes that let you meet it. You can also set the |
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.
I feel like shortening the content makes sense, so approving this. Maybe a member can approve/
Thanks @gavinfish . |
LGTM label has been added. Git tree hash: 7b1f09675fa8db018b00bb35b3861c786c60fc90
|
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Aut0R3V, kbhawkey The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
#26849 is proposed to fix the integrity of the feature-gate table. |
Feature gate
EnableAggregatedDiscoveryTimeout
has been removed in version 1.17. Remove the legacy instruction here.Details at kubernetes/kubernetes#82472.